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 39aa6fc commit 19c8711Copy full SHA for 19c8711
.github/workflows/ci.yaml
@@ -0,0 +1,21 @@
1
+name: CI
2
+
3
+on:
4
+ pull_request: ~
5
+ push:
6
+ branches: ['main']
7
+ schedule:
8
+ - cron: '0 */12 * * *'
9
10
+jobs:
11
+ test:
12
+ uses: SymfonyCasts/.github/.github/workflows/phpunit.yaml@main
13
14
+ composer-validate:
15
+ uses: SymfonyCasts/.github/.github/workflows/composer-validate.yaml@main
16
17
+ cs:
18
+ uses: SymfonyCasts/.github/.github/workflows/php-cs-fixer.yaml@main
19
20
+ sca:
21
+ uses: SymfonyCasts/.github/.github/workflows/psalm.yaml@main
.github/workflows/ci.yml
.github/workflows/static.yaml
0 commit comments