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 671d8de commit 3d3181e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
ref: ${{ github.head_ref }}
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
persist-credentials: false
- name: ESlint
uses: stefanoeb/[email protected]
- uses: actions/setup-node@v2
with:
files: --write dlp-cli.json
node-version: 16
cache: 'npm'
- run: npm install eslint
- run: npm run lint -- --fix --ext .json
test_powershell:
name: WindowsPowerShell
runs-on: windows-latest
Expand Down

0 comments on commit 3d3181e

Please sign in to comment.