13 lines
331 B
YAML
Raw Normal View History

2021-11-03 16:19:39 +07:00
on: [push, pull_request]
name: lint
2021-11-03 16:19:39 +07:00
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PHP-CS-Fixer
2023-06-02 18:11:00 +03:00
uses: docker://oskarstark/php-cs-fixer-ga:3.16.0
2021-11-03 16:19:39 +07:00
with:
args: --config=.php-cs-fixer.php --dry-run --using-cache=no -v --diff