S2OJ/.github/workflows/test.yml
Baoshuo f1a88fe4be
All checks were successful
continuous-integration/drone/push Build is passing
chore: remove docker image build test
2022-09-23 08:13:31 +08:00

17 lines
324 B
YAML

name: Lint & Test
on:
- push
- pull_request
jobs:
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