Skip to content

Commit

Permalink
run linter on linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel authored May 21, 2024
1 parent 466d824 commit 31bc919
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ on:
- "/^v\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/"
jobs:
golangci:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
name: lint
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 31bc919

Please sign in to comment.