mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12:16 +01:00
Github actions: Added missing step for ziggy; Added names to steps
This commit is contained in:
10
.github/workflows/npm-lint.yml
vendored
10
.github/workflows/npm-lint.yml
vendored
@@ -11,9 +11,13 @@ jobs:
|
||||
- name: "Checkout code"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Use Node.js
|
||||
- name: "Use Node.js"
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.x'
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
|
||||
- name: "Install npm dependencies"
|
||||
run: npm ci
|
||||
|
||||
- name: "Run linter"
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user