File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99.gitignore export-ignore
1010.php-cs-fixer.dist.php export-ignore
1111.pre-commit-config.yaml export-ignore
12- .yamllint.yaml export-ignore
1312composer.lock export-ignore
1413composer-require-checker.json export-ignore
1514docker-compose.yaml export-ignore
1615infection.json.dist export-ignore
1716Makefile export-ignore
17+ pest.xml.dist export-ignore
1818phpstan.neon.dist export-ignore
1919phpstan-baseline.neon export-ignore
2020phpunit.xml.dist export-ignore
2121psalm.xml export-ignore
2222psalm-baseline.xml export-ignore
23- renovate.json export-ignore
2423rector.php export-ignore
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2626 with :
2727 configFile : ${{ github.workspace }}/.github/.commitlint.config.mjs
2828 failOnWarnings : false
29- failOnErrors : false
29+ failOnErrors : true
3030 helpURL : ' https://github.com/conventional-changelog/commitlint/#what-is-commitlint'
3131
3232 yaml-linting :
4242 - name : 🧐 Lint YAML files
4343 uses : ibiqlik/action-yamllint@v3.1.1
4444 with :
45- config_file : .yamllint.yaml
45+ config_file : .github/. yamllint.yaml
4646 file_or_dir : ' .'
4747 strict : true
4848
5959 - name : 🧐 Lint Markdown files
6060 uses : DavidAnson/markdownlint-cli2-action@v16.0.0
6161 with :
62+ config : ' .github/.markdownlint.json'
6263 globs : |
6364 **/*.md
6465 !CHANGELOG.md
You can’t perform that action at this time.
0 commit comments