* Qual: Improve a notice with line numbers * Qual: Fix PHPStan ci when no files are to be analyzed |
||
|---|---|---|
| .. | ||
| ci-cache-clean-pr.yml | ||
| ci-checkfilesetlock.yml | ||
| ci-on-pull_request.yml | ||
| ci-on-push.yml | ||
| ci-on-release.yml | ||
| ci-phpstan_baseline.yml | ||
| ci-pr-autoassign-v18.yml | ||
| ci-stale-issues-safe.yml | ||
| ci-tag-check.yml.disabled | ||
| gh-travis.yml.disabled | ||
| github_ci_php71_pgsql.yml.disabled | ||
| github_ci_php81_mysql.yml.disabled | ||
| moderation.yml | ||
| phan.yml | ||
| phpstan.yml | ||
| pre-commit.yml | ||
| README.md | ||
| windows-ci.yml | ||
CI Workflows
The 2 main CI workflows are:
- ci-on-pull_request.yml
- ci-on-push.yml
This run the actions:
- pre-commit.yml
- phan.yml
- phpstan.yml When all succeed, start:
- windows-ci.yml
The other worklows are:
- ci-stale-issues-safe to autoclose old issues.
- ci-phpstan_baseline to update the phpstan baseline file.
- ci-cache-clean-pr to clean cache when closing a PR.
- ci-test to make CI tests
- ci-checkfiltesetlock to check we do not modify a file that is locked by a signature in dev/lockedfiles.txt
Some tests workflows are:
- pr-18
- test