Skip to content

Commit 08344a7

Browse files
committed
Update github/workflows/frankenphp.yml
1 parent 597f641 commit 08344a7

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/frankenphp.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-buildx-action@v3
2626
-
2727
name: Build Docker images
28-
uses: docker/bake-action@v4
28+
uses: docker/bake-action@v6
2929
with:
3030
pull: true
3131
load: true
@@ -54,3 +54,14 @@ jobs:
5454
-
5555
name: Doctrine Schema Validator
5656
run: docker compose exec -T php bin/console -e test doctrine:schema:validate
57+
58+
lint:
59+
name: Docker Lint
60+
runs-on: ubuntu-latest
61+
steps:
62+
-
63+
name: Checkout
64+
uses: actions/checkout@v4
65+
-
66+
name: Lint Dockerfile
67+
uses: hadolint/hadolint-action@v3.1.0

0 commit comments

Comments
 (0)