Skip to content

Commit 6479b0a

Browse files
minor #1062 Leverage symfony-tools/fabbot (nicolas-grekas)
This PR was merged into the 2.x branch. Discussion ---------- Leverage symfony-tools/fabbot symfony/symfony#61260 twigphp/Twig#4671 https://github.com/symfony-tools/fabbot Commits ------- 3a96cbd Leverage symfony-tools/fabbot
2 parents b70dc5d + 3a96cbd commit 6479b0a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/fabbot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CS
2+
3+
on:
4+
pull_request:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
call-fabbot:
11+
name: Fabbot
12+
uses: symfony-tools/fabbot/.github/workflows/fabbot.yml@main
13+
with:
14+
package: Symfony Flex

0 commit comments

Comments
 (0)