Skip to content

Commit

Permalink
Fix CI file path
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanmtorun committed Sep 7, 2024
1 parent 544277e commit 5558165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
bandit --recursive . --exit-zero
- name: Run safety for security checks for packages
run: |
safety check -r requirements.txt
safety check -r api/requirements.txt
safety check
# Install Node.js for Prettier on HTML, CSS, and JavaScript
- name: Set up Node.js for formatting & linting
uses: actions/setup-node@v3
with:
node-version: '14' # Use Node.js 14.x
node-version: '14'

- name: Check formatting with Prettier
run: |
Expand Down

0 comments on commit 5558165

Please sign in to comment.