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 f8271ae commit 98a9ce3Copy full SHA for 98a9ce3
2 files changed
.github/workflows/lint.js.yml
@@ -10,7 +10,7 @@ permissions:
10
contents: read
11
12
jobs:
13
- build:
+ lint:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v6
.github/workflows/node.js.yml
+ ubuntu:
needs: [get-lts]
strategy:
0 commit comments