Skip to content

Commit

Permalink
Merge pull request #173 from PHPCSStandards/fix/yamllintlinelength
Browse files Browse the repository at this point in the history
Update YamLint
  • Loading branch information
jrfnl committed Apr 18, 2022
2 parents 6357a4b + 21d61dd commit a1b6e4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linting.yaml
@@ -1,7 +1,6 @@
---
name: Linting jobs

# yamllint disable-line rule:truthy
on:
- push
- pull_request
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/phplint.yml
@@ -1,7 +1,6 @@
---
name: PHP Lint

# yamllint disable-line rule:truthy
on:
- push
- pull_request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/securitycheck.yml
@@ -1,7 +1,6 @@
---
name: Security check

# yamllint disable-line rule:truthy
on:
- push
- pull_request
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a1b6e4e

Please sign in to comment.