Skip to content

Align logout baseline with nav links. (#583) #55

Align logout baseline with nav links. (#583)

Align logout baseline with nav links. (#583) #55

Workflow file for this run

name: linter
permissions:
contents: read
on:
pull_request: &ignore-paths
paths-ignore:
- ".bowerrc"
- ".editorconfig"
- ".git-blame-ignore-revs"
- ".gitattributes"
- ".github/CONTRIBUTING.md"
- ".github/FUNDING.yml"
- ".github/ISSUE_TEMPLATE.md"
- ".github/PULL_REQUEST_TEMPLATE.md"
- ".github/SECURITY.md"
- ".gitignore"
- "docker-compose.yml"
- "LICENSE.md"
- "README.md"
- "requirements.php"
- "Vagrantfile"
push: *ignore-paths
jobs:
phpcs:
uses: yiisoft/yii2-actions/.github/workflows/linter.yml@master