diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-05-12 10:47:34 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-05-12 11:13:53 +0100 |
| commit | b58a5cf7f9517ca9e16991fcdfc18179b774ee71 (patch) | |
| tree | bc3ef79685077b476dffa1ef4ee98a959bf7446e /.github | |
| parent | ea79325610ff27f9d9002226fea4c016b404fcbd (diff) | |
| download | webtrees-b58a5cf7f9517ca9e16991fcdfc18179b774ee71.tar.gz webtrees-b58a5cf7f9517ca9e16991fcdfc18179b774ee71.tar.bz2 webtrees-b58a5cf7f9517ca9e16991fcdfc18179b774ee71.zip | |
PHPCS no longer checks CSS files
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/phpcs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpcs.yaml b/.github/workflows/phpcs.yaml index 4335c67eff..80435c1ea7 100644 --- a/.github/workflows/phpcs.yaml +++ b/.github/workflows/phpcs.yaml @@ -6,7 +6,7 @@ jobs: run: if: ${{ !startsWith(github.event.head_commit.message, 'Translation:') }} runs-on: ${{ matrix.operating-system }} - name: PHP/PHTML/CSS + name: PHP/PHTML strategy: matrix: |
