Skip to content

Commit

Permalink
ci: make lint run on linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf345 committed Aug 29, 2024
1 parent 2c00cce commit 6c30a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install dependencies
run: go get .
- name: Lint
if: runner.os == 'linux'
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
Expand All @@ -43,6 +44,7 @@ jobs:
- name: Install dependencies
run: npm i
- name: Lint
if: runner.os == 'linux'
run: npm run lint
- name: Test
run: npm test

0 comments on commit 6c30a25

Please sign in to comment.