Skip to content

Commit 11a4e56

Browse files
committed
minor #221 [CI] Add Fabbot as a GitHub Actions (OskarStark)
This PR was merged into the main branch. Discussion ---------- [CI] Add Fabbot as a GitHub Actions | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 8ac96f1 [CI] Add Fabbot as a GitHub Actions
2 parents 2b6f483 + 8ac96f1 commit 11a4e56

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/fabbot.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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 AI
15+
check_license: true

0 commit comments

Comments
 (0)