[actions] fix typo in dockerfile_lint job
parent
7f2ccd51d4
commit
812d6e4ab4
|
@ -21,7 +21,7 @@ jobs:
|
|||
name: 'nvm install ${{ matrix.node-version }} && npm install'
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
- run: npm run dockerfile_lint'
|
||||
- run: npm run dockerfile_lint
|
||||
|
||||
doctoc:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue