Skip to content

Commit

Permalink
Update golangci-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Nov 30, 2022
1 parent 54eb32e commit ded4666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
@@ -1,11 +1,10 @@
name: Linter
on:
push:
branches: [ main ]
branches: [main]
pull_request:
jobs:
golangci:
name: lint
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -14,4 +13,5 @@ jobs:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true
version: v1.42

0 comments on commit ded4666

Please sign in to comment.