Skip to content

Commit

Permalink
ci: add hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 23, 2023
1 parent c1901ff commit fe69e6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ jobs:
run: docker compose exec -T php bin/phpunit
- name: Doctrine Schema Validator
run: docker compose exec -T php bin/console doctrine:schema:validate
lint:
name: Docker Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint Dockerfiles
uses: hadolint/hadolint-action@v3
with:
recursive: true
ignore: DL3007,DL3018 # Ignore using latest on mlocati/php-extension-installer and version in apk add

0 comments on commit fe69e6a

Please sign in to comment.