From c23c9cf5488c240190cc14463ddaa7110022dd76 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 8 Oct 2020 18:24:04 +0100 Subject: [PATCH] Update commands in GitHub Actions --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/static-code-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index b081a8b..b76a1bc 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -36,4 +36,4 @@ jobs: run: composer install --prefer-dist --no-interaction --no-suggest - name: Run checks - run: make phpcs + run: vendor/bin/phpcs -s --warning-severity=6 diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 1b69067..cb06fbf 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -36,4 +36,4 @@ jobs: run: composer install --prefer-dist --no-interaction --no-suggest - name: Run checks - run: make phpstan + run: vendor/bin/phpstan analyze