Skip to content

Commit

Permalink
do not run the linter on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsb committed Sep 12, 2021
1 parent f25cd75 commit 25e89b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 25e89b7

Please sign in to comment.