Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix composer packages to pass twig linter #1016

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Use new mbin pipeline Docker image v1.2.0
melroy89 committed Sep 2, 2024

Verified

This commit was signed with the committer’s verified signature.
melroy89 Melroy van den Berg
commit 710d1aa2712b7a4c30672246cd7691ca42e49106
8 changes: 4 additions & 4 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.1.0
image: danger89/mbin-pipeline:1.2.0
steps:
- uses: actions/checkout@v4

@@ -63,7 +63,7 @@ jobs:
unit-test:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.1.0
image: danger89/mbin-pipeline:1.2.0
steps:
- uses: actions/checkout@v4

@@ -96,7 +96,7 @@ jobs:
security-check:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.1.0
image: danger89/mbin-pipeline:1.2.0
steps:
- uses: actions/checkout@v4

@@ -106,7 +106,7 @@ jobs:
fixer-dry-run:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.1.0
image: danger89/mbin-pipeline:1.2.0
steps:
- uses: actions/checkout@v4