Skip to content

Commit

Permalink
Updated lint workflow config file
Browse files Browse the repository at this point in the history
to use `npm ci` instead of `npm install` for installing
dependencies.
  • Loading branch information
rmanaem committed Mar 4, 2024
1 parent ed752d0 commit 4db1e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: npm install
run: npm ci

- name: Run ESLint
run: npm run lint

0 comments on commit 4db1e00

Please sign in to comment.