Skip to content

Commit

Permalink
Merge pull request #3 from shawndwells/dockerlint
Browse files Browse the repository at this point in the history
Add Dockerfile Linting
  • Loading branch information
shawndwells authored Jul 31, 2020
2 parents 0efddbc + 50ec5e7 commit 00f2576
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-lint-action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Dockerfile Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: lint
uses: luke142367/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 00f2576

Please sign in to comment.