Skip to content

Commit

Permalink
re-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Dec 16, 2023
1 parent 5118474 commit b8f9d6d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ runs:
- run: |
cat .env
# - name: Run zeitwerk chek
# if: inputs.ZEITWERK == 'true'
# run: |
# bin/rails zeitwerk:check
# shell: bash

# - name: Generate Brakeman report
# if: inputs.BRAKEMAN == 'true'
# run: |
# bundle exec brakeman --skip-files bundle/ -q -w2 -f json > tmp/brakeman.json || exit 0
# shell: bash
- name: Run zeitwerk chek
if: inputs.ZEITWERK == 'true'
run: |
bin/rails zeitwerk:check
shell: bash

- name: Generate Brakeman report
if: inputs.BRAKEMAN == 'true'
run: |
bundle exec brakeman --skip-files bundle/ -q -w2 -f json > tmp/brakeman.json || exit 0
shell: bash

# - name: Publish report
# if: inputs.BRAKEMAN == 'true'
Expand Down

0 comments on commit b8f9d6d

Please sign in to comment.