From 25e89b7d23013b9cd8570fee4a6ed24a6dd883de Mon Sep 17 00:00:00 2001 From: David Bariod Date: Sun, 12 Sep 2021 15:59:08 +0200 Subject: [PATCH] do not run the linter on windows --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed5818a..6dc83a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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