mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-09-14 00:00:08 +08:00
[actions] fix typo in dockerfile_lint job
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
name: 'nvm install ${{ matrix.node-version }} && npm install'
|
name: 'nvm install ${{ matrix.node-version }} && npm install'
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/*'
|
node-version: 'lts/*'
|
||||||
- run: npm run dockerfile_lint'
|
- run: npm run dockerfile_lint
|
||||||
|
|
||||||
doctoc:
|
doctoc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user