Skip to content

Commit a5f4949

Browse files
Add CI step for herb linting (#6341)
Co-authored-by: Colby Swandale <colby@cinnabar.city>
1 parent 6df38a9 commit a5f4949

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ jobs:
2020
bundler-cache: true
2121
- name: Rubocop
2222
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+
with:
32+
bundler-cache: true
33+
- name: Herb Analyze
34+
run: bundle exec herb analyze
2335
brakeman:
2436
name: Brakeman
2537
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)