Skip to content

Commit

Permalink
revised some syntax errors
Browse files Browse the repository at this point in the history
revised the indentation and extra blank spaces
  • Loading branch information
paulinezhanghh committed Oct 29, 2024
1 parent 565d546 commit cae4c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
run: |
node app --setup="${SETUP}" --ci="${CI}"
-name: Install dependencies
-name: Install dependencies
run: npm install

- name: Run JSHint
- name: Run JSHint
run: npx jshint src

- name: Run ESLint
Expand Down

0 comments on commit cae4c7a

Please sign in to comment.