diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 3f3bb929..d67e2318 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -1,7 +1,6 @@ --- name: Linting jobs -# yamllint disable-line rule:truthy on: - push - pull_request diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml index 3788ab80..cf2d7ea1 100644 --- a/.github/workflows/phplint.yml +++ b/.github/workflows/phplint.yml @@ -1,7 +1,6 @@ --- name: PHP Lint -# yamllint disable-line rule:truthy on: - push - pull_request diff --git a/.github/workflows/securitycheck.yml b/.github/workflows/securitycheck.yml index 62be2743..7200457d 100644 --- a/.github/workflows/securitycheck.yml +++ b/.github/workflows/securitycheck.yml @@ -1,7 +1,6 @@ --- name: Security check -# yamllint disable-line rule:truthy on: - push - pull_request @@ -39,6 +38,7 @@ jobs: uses: "ramsey/composer-install@v2" - name: Download security checker + # yamllint disable-line rule:line-length run: wget -P . https://github.com/fabpot/local-php-security-checker/releases/download/v1.2.0/local-php-security-checker_1.2.0_linux_amd64 - name: Make security checker executable