Skip to content

Commit 304f21e

Browse files
committed
Reuse org workflows
1 parent 6e6c3e7 commit 304f21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ concurrency:
1717
jobs:
1818

1919
cs:
20-
uses: playwright-php/.github/workflows/CS.yml@main
20+
uses: playwright-php/.github/.github/workflows/CS.yml@main
2121
# with:
2222
# php-version: '8.4'
2323
# composer-validate: true
2424
# php-cs-fixer-args: '--diff --dry-run'
2525

2626
sa:
27-
uses: playwright-php/.github/workflows/SA.yml@main
27+
uses: playwright-php/.github/.github/workflows/SA.yml@main
2828
# with:
2929
# php-version: '8.4'
3030
# phpstan-args: 'analyse --no-progress --memory-limit=-1'

0 commit comments

Comments
 (0)