Skip to content

Commit 19c8711

Browse files
bocharsky-bwweaverryan
authored andcommitted
Use CI config files from the remote centralized spot
1 parent 39aa6fc commit 19c8711

File tree

3 files changed

+21
-112
lines changed

3 files changed

+21
-112
lines changed

.github/workflows/ci.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/static.yaml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)