Skip to content

Commit

Permalink
Fix asset_lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jan 12, 2024
1 parent 7c13f1f commit 794e305
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ jobs:
uses: "actions/setup-node@v3"
with:
node-version: "${{ matrix.node }}"
- run: |
npm install
gsnpm run lint

- name: "Install dependencies"
run: |
npm ci
- name: "Run checks"
run: |
npm run lint

0 comments on commit 794e305

Please sign in to comment.