Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.54
args: --verbose --timeout=3m --issues-exit-code=1