10000 Use Fabbot in CI · symfony/panther@0db0b4a · GitHub
[go: up one dir, main page]

Skip to content

Use Fabbot in CI

Use Fabbot in CI #1

Workflow file for this run

name: Fabbot
on:
pull_request:
permissions:
contents: read
jobs:
call-fabbot:
name: Fabbot
uses: symfony-tools/fabbot/.github/workflows/fabbot.yml@main
with:
package: Panther
check_license: true
0