File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
name : CI
2
3
3
4
on :
@@ -62,12 +63,16 @@ jobs:
62
63
if : false # Remove this line if Doctrine ORM is installed
63
64
run : docker compose exec -T php bin/console -e test doctrine:schema:validate
64
65
lint :
65
- name : Docker Lint
66
+ name : Lint
66
67
runs-on : ubuntu-latest
67
68
steps :
68
69
-
69
70
name : Checkout
70
71
uses : actions/checkout@v4
72
+ with :
73
+ fetch-depth : 0
71
74
-
72
- name : Lint Dockerfile
73
-
75
+ name : Lint Code Base
76
+ uses : super-linter/super-linter@v6
77
+ env :
78
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
1
+ ---
1
2
# Development environment override
2
3
services :
3
4
php :
Original file line number Diff line number Diff line change
1
+ ---
1
2
# Production environment override
2
3
services :
3
4
php :
Original file line number Diff line number Diff line change
1
+ ---
1
2
services :
2
3
php :
3
4
image : ${IMAGES_PREFIX:-}app-php
You can’t perform that action at this time.
0 commit comments