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 738d754 commit bb5f1c5Copy full SHA for bb5f1c5
.github/workflows/lint.yml
@@ -27,10 +27,7 @@ jobs:
27
bundler-cache: true
28
- name: Run rubocop
29
run: bundle exec rubocop
30
- - name: Set up Node.js
31
- uses: actions/setup-node@v6
32
- with:
33
- node-version: '20'
34
- name: Run herb linter
+ # npx should be available by default so we don't need `setup-node` action
35
# Don't lint erb files outside of lib as the current directory also includes vendor/bundle
36
run: npx @herb-tools/linter "lib/**/*.rhtml"
0 commit comments