Skip to content

Commit

Permalink
build(github): Use lintkit for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestreety committed Jun 11, 2024
1 parent 4c07d7b commit 8ef9355
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 54 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.project.php_cs --diff --dry-run

- name: "LintKit: PHP Coding Standards"
uses: lintkit/[email protected]
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v1

- name: "LintKit: PHP Coding Standards"
uses: lintkit/[email protected]

- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}
50 changes: 0 additions & 50 deletions .project.php_cs

This file was deleted.

0 comments on commit 8ef9355

Please sign in to comment.