[actions] fix typo in dockerfile_lint job

This commit is contained in:
Jordan Harband
2021-08-05 08:35:22 -07:00
parent 7f2ccd51d4
commit 812d6e4ab4

View File

@@ -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