mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 03:10:18 +01:00
13
.github/workflows/php-cs-fixer.yml
vendored
13
.github/workflows/php-cs-fixer.yml
vendored
@@ -1,13 +0,0 @@
|
||||
# .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@v3.3.0
|
||||
- name: PHP-CS-Fixer
|
||||
uses: docker://oskarstark/php-cs-fixer-ga
|
||||
with:
|
||||
args: --diff --dry-run
|
||||
Reference in New Issue
Block a user