diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f3ecad..19f3084 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,4 +66,5 @@ jobs: run: npm run test - name: Lint Code - run: npm run lint \ No newline at end of file + run: npm run lint + if: runner.os == 'Linux' \ No newline at end of file