Skip to content

Commit

Permalink
remove php-cs-fixer because it doesn't support mixed html/php
Browse files Browse the repository at this point in the history
  • Loading branch information
gobborg committed Jun 14, 2024
1 parent 53c097e commit 4c4c6c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
node-version: '20'
- name: Install & Run Prettier
run: npm install prettier --save-dev && npx prettier --write assets/js/*.js
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.dist.php --diff --dry-run --verbose --using-cache=no
- name: Check for modified files
id: git-check
run: echo "modified=$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)" >> $GITHUB_OUTPUT
Expand Down
1 change: 0 additions & 1 deletion .php-cs-fixer.cache

This file was deleted.

13 changes: 0 additions & 13 deletions .php-cs-fixer.dist.php

This file was deleted.

0 comments on commit 4c4c6c8

Please sign in to comment.