Skip to content

Commit

Permalink
Update branch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjololo authored Aug 31, 2023
1 parent 38948f6 commit f98864a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Lint
run: |
go get golang.org/x/lint/golint
golint ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest

- name: Test
run: go test -v ./...
Expand All @@ -40,4 +40,4 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif
args: --sarif-file-output=snyk.sarif

0 comments on commit f98864a

Please sign in to comment.