Skip to content

Commit ef72354

Browse files
committed
[CI] Add Fabbot as a GitHub Actions
1 parent b486ca8 commit ef72354

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/fabbot.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Fabbot
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 UX

0 commit comments

Comments
 (0)