Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update YamLint #173

Merged
merged 2 commits into from Apr 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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