S2OJ/.github/workflows/test.yml

17 lines
324 B
YAML
Raw Normal View History

2022-03-17 03:11:07 +00:00
name: Lint & Test
on:
2022-09-23 00:13:31 +00:00
- push
- pull_request
2022-03-17 03:11:07 +00:00
jobs:
2022-09-23 00:13:31 +00:00
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=./web/.php-cs-fixer.php --diff --dry-run