From 4f51556cc912ce6f6de358feaa0444d1797b8d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Mon, 5 Apr 2021 16:51:56 +0200 Subject: [PATCH] [TASK] Migrate PHP CodeSniffer to GitHub Actions (#224) --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba8c658..61b2ed6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,15 @@ jobs: uses: actions/checkout@v2 - name: "Run TypoScript lint" uses: TYPO3-Continuous-Integration/TYPO3-CI-Typoscript-Lint@v1 + php-codesniffer: + name: "PHP Codesniffer" + runs-on: ubuntu-20.04 + needs: php-lint + steps: + - name: "Checkout" + uses: actions/checkout@v2 + - name: "Run PHP Codesniffer" + uses: TYPO3-Continuous-Integration/TYPO3-CI-PHP-Codesniffer@v1 yaml-lint: name: "YAML linter" runs-on: ubuntu-20.04