Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNaum committed Feb 27, 2024
1 parent ee9eee1 commit b058ff4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ jobs:
runs-on: ubuntu-latest

steps:
# - name: Actions checkout
# uses: actions/checkout@v4

- name: Setup node env
uses: actions/setup-node@v4
with:
node-version: 21

- name: Install dependencies
run: npm ci
# if [ -e package-lock.json ]; then
# npm ci
# else
# npm i
# fi

- name: Run lint
run: npm run style:all

0 comments on commit b058ff4

Please sign in to comment.