Skip to content

Commit

Permalink
run the lint only in the linux (#3797)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantani <Pantani>
  • Loading branch information
Pantani authored Dec 2, 2023
1 parent 5f55d40 commit fb2b140
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ concurrency:
jobs:
lint:
name: Lint Go code
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit fb2b140

Please sign in to comment.