We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52be15f commit 3fc0723Copy full SHA for 3fc0723
.github/workflows/lint.yaml
@@ -21,6 +21,6 @@ jobs:
21
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
- name: PHP-CS-Fixer
24
- uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:ed1747b161640445dbbb41744a0c51b6e4e61af4e4bdc285242a6ad60e730dd7
+ uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:3471c9a7f2b7045e25bbbc0b755c4fb7b59bef6b59077ead39036d9c9b541026
25
with:
26
args: . --diff --dry-run
0 commit comments