Skip to content

Commit

Permalink
updating lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelc621 committed Apr 10, 2021
1 parent cd29c3f commit 1529b0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_lint_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
name: Lint code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12.6.0
- name: Run ESLint
run: npm run lint
deploy:
Expand Down

0 comments on commit 1529b0c

Please sign in to comment.