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.
2 parents 1d346a6 + 7e419a3 commit 5194098Copy full SHA for 5194098
.github/workflows/format.yml
@@ -12,18 +12,22 @@ jobs:
12
contents: write
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@v4
16
with:
17
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
18
+
19
- name: Setup PHP
20
uses: shivammathur/setup-php@v2
21
22
php-version: 8.2
- tools: composer:v1
23
+ tools: composer:v2
24
25
- name: Install dependencies
26
run: composer install --prefer-dist --no-progress
27
28
- name: Run PHP Code Sniffer
29
run: composer run fmt || true
30
31
- run: |
32
git config user.name AdyenAutomationBot
33
git config user.email "${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}"
0 commit comments