Refactor CI workflow step names for clarity by adding descriptive titles for dependency installation and checks.
All checks were successful
CI / test (push) Successful in 15s
RenovateBot / renovate (push) Successful in 19s

This commit is contained in:
Valentin Popov 2025-05-23 12:02:49 +00:00
parent 6d0f766671
commit 9b937e2736
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -16,5 +16,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run check
- name: Install dependencies
run: npm ci
- name: Run checks
run: npm run check