Skip to content

Commit b1d2a9c

Browse files
minor #4671 Enable Fabbot as a GHA (nicolas-grekas)
This PR was merged into the 3.x branch. Discussion ---------- Enable Fabbot as a GHA Follows symfony/symfony#61256 Commits ------- a1ea8ed Enable Fabbot as a GHA
2 parents fec7345 + a1ea8ed commit b1d2a9c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.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: Twig

0 commit comments

Comments
 (0)