Skip to content

Commit

Permalink
Update Semaphore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
csidyel committed Sep 11, 2024
1 parent 533585c commit 41462b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,21 @@ blocks:
- name: Run Brakeman
commands:
- bin/brakeman --no-pager
dependencies: []
- name: Scan JS
task:
jobs:
- name: Run JavaScript Security Audit
commands:
- bin/importmap audit
dependencies: []
- name: Lint
task:
jobs:
- name: Run RuboCop
commands:
- bundle exec rubocop -f github
dependencies: []
- name: Run Tests
task:
jobs:
Expand All @@ -41,3 +44,4 @@ blocks:
- 'bundle exec rake db:setup'
- bundle exec rake
- 'bin/rails db:test:prepare test test:system'
dependencies: []

0 comments on commit 41462b9

Please sign in to comment.