mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-13 18:23:57 -04:00
Remove admin folder from linter (#3708)
This commit is contained in:
2
.github/workflows/test-coding-standards.yml
vendored
2
.github/workflows/test-coding-standards.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: composer update --ansi --no-interaction
|
||||
|
||||
- name: Run lint on `app/`, `admin/`, `public/`
|
||||
- name: Run lint on `app/`, `public/`
|
||||
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.no-header.php --using-cache=no --diff
|
||||
|
||||
- name: Run lint on `tests`
|
||||
|
||||
Reference in New Issue
Block a user