diff --git a/.github/workflows/fabbot.yml b/.github/workflows/fabbot.yml new file mode 100644 index 0000000..340959e --- /dev/null +++ b/.github/workflows/fabbot.yml @@ -0,0 +1,15 @@ +name: Fabbot + +on: + pull_request: + +permissions: + contents: read + +jobs: + call-fabbot: + name: Fabbot + uses: symfony-tools/fabbot/.github/workflows/fabbot.yml@main + with: + package: WebpackEncoreBundle + check_license: true