Skip to content

Commit

Permalink
Minlopro: Added Shell Check job to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomeandrey committed Dec 26, 2024
1 parent 7373649 commit fbb0c08
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pull_request_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,16 @@ jobs:
run: npm install
- name: 'Run Jest Tests with Coverage'
run: npm run jest:coverage
run-shell-check:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@master
with:
ignore_paths: src
validate-deployment-to-org:
needs: [ run-prettier-checks, run-jest-tests ]
needs: [ run-prettier-checks, run-jest-tests, run-shell-check ]
environment: "Minlopro DevHub"
env:
SF_AUTH_URL: ${{ secrets.SF_AUTH_URL }}
Expand Down

0 comments on commit fbb0c08

Please sign in to comment.