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 fbb0c08 commit a21bd96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull_request_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
# Event = 'Pull Request'
run-prettier-checks:
runs-on: ubuntu-latest
continue-on-error: false
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -35,7 +34,6 @@ jobs:
echo ${{github.base_ref}} | bash ./scripts/deploy/run_prettier_check_against_changed_files.sh
run-jest-tests:
runs-on: ubuntu-latest
continue-on-error: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit a21bd96

Please sign in to comment.