Compare commits
4 Commits
feature/co
...
main
Author | SHA1 | Date | |
---|---|---|---|
ff2e5816b0 | |||
ce508a66d5 | |||
74bc98d49d | |||
d459669371 |
@ -1,6 +1,10 @@
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
|
image:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: git.qlic.nl/qlic/quality:php8.3
|
||||||
username:
|
username:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
@ -22,7 +26,7 @@ jobs:
|
|||||||
quality:
|
quality:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
container:
|
container:
|
||||||
image: git.qlic.nl/qlic/quality:latest
|
image: ${{ inputs.image }}
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ inputs.username }}
|
username: ${{ inputs.username }}
|
||||||
password: ${{ inputs.password }}
|
password: ${{ inputs.password }}
|
||||||
@ -55,6 +59,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run php cs fixer
|
- name: Run php cs fixer
|
||||||
run: ./vendor/bin/php-cs-fixer fix --diff --dry-run
|
run: ./vendor/bin/php-cs-fixer fix --diff --dry-run
|
||||||
|
|
||||||
- name: Run audit
|
- name: Run audit
|
||||||
run: composer audit
|
run: composer audit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user