Skip to content

Commit

Permalink
Moving check to spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasAud committed Oct 15, 2024
1 parent a14afee commit 804ce90
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/module_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: "shellcheck"
uses: reviewdog/action-shellcheck@v1
if: |
inputs.run_shellcheck &&
inputs.runs_on == 'ubuntu-latest'
with:
check_all_files_with_shebangs: "true"

- name: "Setup ruby"
uses: "ruby/setup-ruby@v1"
with:
Expand Down Expand Up @@ -94,6 +86,14 @@ jobs:
bundle env
echo ::endgroup::
- name: "shellcheck"
uses: reviewdog/action-shellcheck@v1
if: |
inputs.run_shellcheck &&
inputs.runs_on == 'ubuntu-latest'
with:
check_all_files_with_shebangs: "true"

- name: "Run Static & Syntax Tests"
run: |
bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
Expand Down

0 comments on commit 804ce90

Please sign in to comment.