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 e8a61c8 commit 06dcb16Copy full SHA for 06dcb16
.github/workflows/eslint.yml
@@ -20,7 +20,5 @@ jobs:
20
uses: actions/setup-node@v5
21
with:
22
node-version: '22'
23
- - name: Install node dependencies
24
- run: pnpm install
25
- name: Run JavaScript linter
26
run: pnpm eslint
.github/workflows/javascript.yml
@@ -25,7 +25,5 @@ jobs:
27
28
29
30
- name: Run tests
31
run: bundle exec rake test:js
0 commit comments