Skip to content

Commit

Permalink
Merge pull request #122 from szepeviktor/patch-2
Browse files Browse the repository at this point in the history
Fix asset_lint job
  • Loading branch information
dingo-d committed Jan 12, 2024
2 parents 603539f + 155ce73 commit 9d9794b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/quality.yml
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 9d9794b

Please sign in to comment.