We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cd137 commit dff07bbCopy full SHA for dff07bb
.github/workflows/ci.yml
@@ -62,5 +62,5 @@ jobs:
62
63
- name: Lint
64
# Only run lint on one OS to reduce duplicate work
65
- if: ${{ matrix.os == 'ubuntu-22.04' }}
+ if: runner.os == 'Linux' && runner.arch == 'X64'
66
run: npm run lint
0 commit comments