Skip to content

Commit 25e89b7

Browse files
committed
do not run the linter on windows
1 parent f25cd75 commit 25e89b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 10
1616
strategy:
1717
matrix:
18-
platform: [ubuntu-latest, windows-latest]
18+
platform: [ubuntu-latest]
1919
runs-on: ${{ matrix.platform }}
2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)