Skip to content

Commit

Permalink
Fixup github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IKukhta committed Sep 24, 2024
1 parent 54ed47d commit ff08d7b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,23 @@ on:
pull_request:
branches: [ "main" ]

jobs:
permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Lint
run: make lint || true

- uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: --timeout=5m

- name: Test
run: make test

Expand Down

0 comments on commit ff08d7b

Please sign in to comment.