[actions] fix typo in dockerfile_lint job

Jordan Harband 2021-08-05 08:35:22 -07:00
parent 7f2ccd51d4
commit 812d6e4ab4
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 1 additions and 1 deletions

View File

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