Skip to content

Commit

Permalink
ci: missing '
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Jun 29, 2024
1 parent e2c49e8 commit 3d36598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: steps.filter.outputs.src == 'true' || steps.filter.outputs.test == 'true'
run: npm install --ignore-scripts
- name: Run Lint
if: steps.filter.outputs.src == 'true
if: steps.filter.outputs.src == 'true'
run: npm run lint
- name: Run Unit Tests
if: steps.filter.outputs.test == 'true'
Expand Down

0 comments on commit 3d36598

Please sign in to comment.