Skip to content

Bump braces from 3.0.2 to 3.0.3 #28

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #28

Workflow file for this run

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