Skip to content

Bump ws from 7.5.9 to 7.5.10 in /action #63

Bump ws from 7.5.9 to 7.5.10 in /action

Bump ws from 7.5.9 to 7.5.10 in /action #63

Workflow file for this run

name: linter
on:
# Execute on every push to any branch
push:
branches:
- "**"
# Execute on every pull request to the master branch
pull_request_target:
branches:
- main
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v1
- run: npm install -g dockerfilelint [email protected]
- run: dockerfilelint ./**/Docker*
- run: prettier --check .