Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Updating Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Aug 12, 2022
1 parent bfe7204 commit 1bb7adb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version-file: '.node-version'
cache: 'yarn'
- run: |
yarn install
yarn install --silent --non-interactive
yarn lint

0 comments on commit 1bb7adb

Please sign in to comment.