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 6df38a9 commit a5f4949Copy full SHA for a5f4949
1 file changed
.github/workflows/lint.yml
@@ -20,6 +20,18 @@ jobs:
20
bundler-cache: true
21
- name: Rubocop
22
run: bundle exec rubocop
23
+ herb:
24
+ name: Herb 🌿
25
+ runs-on: ubuntu-24.04
26
+ steps:
27
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28
+ with:
29
+ persist-credentials: false
30
+ - uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
31
32
+ bundler-cache: true
33
+ - name: Herb Analyze
34
+ run: bundle exec herb analyze
35
brakeman:
36
name: Brakeman
37
runs-on: ubuntu-24.04
0 commit comments