mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 01:54:52 +00:00
Actions naming cleanup/reverts
This commit is contained in:
8
.github/workflows/check-linter.yml
vendored
8
.github/workflows/check-linter.yml
vendored
@@ -18,17 +18,17 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: setup node
|
||||
- name: Setup Node.JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
cache: npm
|
||||
|
||||
- name: install dependencies
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: verify linter
|
||||
- name: Verify linter
|
||||
run: npm run lint:check
|
||||
|
||||
Reference in New Issue
Block a user