Skip to content

Commit

Permalink
Add docker lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Jul 28, 2023
1 parent 3e7ef84 commit 729f0f2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ on:
paths:
- '**.yaml'
- '**.yml'
- '**/Dockerfile*'
branches: ['main']
pull_request:
paths:
- '**.yaml'
- '**.yml'
- '**/Dockerfile*'
branches: ['main']

concurrency:
Expand All @@ -27,9 +25,3 @@ jobs:
uses: darpa-askem/.github/.github/workflows/lint-yaml.yaml@main
with:
strict: false

lintDocker:
name: Lint Docker Files
uses: darpa-askem/.github/.github/workflows/lint-docker.yaml@main
with:
failure-threshold: 'error'

0 comments on commit 729f0f2

Please sign in to comment.