Skip to content

Commit

Permalink
github actions weblint npm dependencies step name
Browse files Browse the repository at this point in the history
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
  • Loading branch information
DaAwesomeP and FloEdelmann committed Jun 19, 2023
1 parent aa6d62f commit b11591a
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 @@ -267,7 +267,7 @@ jobs:
node-version: 18 # LTS
cache: 'npm'
cache-dependency-path: './javascript/new-src/package-lock.json'
- name: Install Node.js lint tools and dependencies
- name: Install npm dependencies
run: npm ci
working-directory: ./javascript/new-src
- name: Run weblint
Expand Down

0 comments on commit b11591a

Please sign in to comment.