Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dwu359 authored Oct 19, 2023
1 parent a059bcf commit 0eddc8e
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 @@ -9,7 +9,7 @@ on:
workflow_dispatch:

jobs:
prettier:
eslint:
name: Format Code
runs-on: ubuntu-latest
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm install eslint
- run: npm install -g eslint
- run: eslint --fix --ext .json
test_powershell:
name: WindowsPowerShell
Expand Down

0 comments on commit 0eddc8e

Please sign in to comment.