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 6e6c3e7 commit 304f21eCopy full SHA for 304f21e
.github/workflows/CI.yml
@@ -17,14 +17,14 @@ concurrency:
17
jobs:
18
19
cs:
20
- uses: playwright-php/.github/workflows/CS.yml@main
+ uses: playwright-php/.github/.github/workflows/CS.yml@main
21
# with:
22
# php-version: '8.4'
23
# composer-validate: true
24
# php-cs-fixer-args: '--diff --dry-run'
25
26
sa:
27
- uses: playwright-php/.github/workflows/SA.yml@main
+ uses: playwright-php/.github/.github/workflows/SA.yml@main
28
29
30
# phpstan-args: 'analyse --no-progress --memory-limit=-1'
0 commit comments