Skip to content

Commit

Permalink
Add Dockerfile Linting on pull_request events
Browse files Browse the repository at this point in the history
  • Loading branch information
shawndwells committed Jul 31, 2020
1 parent ad7dab7 commit 50ec5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-lint-action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Dockerfile Lint
on: [push]
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 50ec5e7

Please sign in to comment.