Skip to content

Commit 435c65f

Browse files
committed
minor #261 Use CI config files from the remote centralized spot (bocharsky-bw)
This PR was squashed before being merged into the main branch. Discussion ---------- Use CI config files from the remote centralized spot https://github.com/orgs/SymfonyCasts/projects/7/views/1?sortedBy%5Bdirection%5D=asc&sortedBy%5BcolumnId%5D=33394902&pane=issue&itemId=21066810 Commits ------- 19c8711 Use CI config files from the remote centralized spot
2 parents 39aa6fc + 19c8711 commit 435c65f

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)