mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 02:09:58 +01:00
13
.github/workflows/php-cs-fixer.yml
vendored
Normal file
13
.github/workflows/php-cs-fixer.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# .github/workflows/php-cs-fixer.yml
|
||||
on: [push, pull_request]
|
||||
name: Lint
|
||||
jobs:
|
||||
php-cs-fixer:
|
||||
name: PHP-CS-Fixer
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: PHP-CS-Fixer
|
||||
uses: docker://oskarstark/php-cs-fixer-ga
|
||||
with:
|
||||
args: --diff --dry-run
|
||||
Reference in New Issue
Block a user