2022-10-19 16:51:16 +00:00
|
|
|
---
|
2023-10-14 09:13:34 +00:00
|
|
|
name: lint
|
2022-10-19 16:51:16 +00:00
|
|
|
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:
|
2022-10-29 23:11:29 +00:00
|
|
|
args: --dry-run --diff lib
|