Skip to content

Commit

Permalink
Fix cicd lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Aug 25, 2023
1 parent 65443eb commit 61f72a6
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 510 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Log Node Version
run: node -v
- name: Install Dependencies
- uses: actions/checkout@v3
- name: Install
run: npm i
- name: Build
run: npm run build
- name: Run ESLint
run: npm run lint
Loading

0 comments on commit 61f72a6

Please sign in to comment.