We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1cf05 commit ed5b9b9Copy full SHA for ed5b9b9
.github/workflows/lint.yml
@@ -27,3 +27,10 @@ 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@v4
32
+ with:
33
+ node-version: '20'
34
+ - name: Run herb linter
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