memories/.github/workflows/lint-php.yaml

17 lines
291 B
YAML
Raw Normal View History

2022-10-19 16:51:16 +00:00
---
name: Lint
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