mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 12:37:15 +00:00
16 lines
231 B
YAML
16 lines
231 B
YAML
name: CS
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
call-fabbot:
|
|
name: Fabbot
|
|
uses: symfony-tools/fabbot/.github/workflows/fabbot.yml@main
|
|
with:
|
|
package: Twig
|
|
check_test_return_type: false
|