mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Bumps [mdeweerd/logToCheckStyle](https://github.com/mdeweerd/logtocheckstyle) from 2024.3.5 to 2025.1.1. - [Commits](https://github.com/mdeweerd/logtocheckstyle/compare/v2024.3.5...v2025.1.1) --- updated-dependencies: - dependency-name: mdeweerd/logToCheckStyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .. | ||
| cache-clean-pr.yml | ||
| ci-on-pull_request.yml | ||
| ci-on-push.yml | ||
| code_quality_qodana.yml.disabled | ||
| doxygen-gh-pages.yml.disabled | ||
| exakat.yml | ||
| gh-travis.yml | ||
| github_ci_php71_pgsql.yml.disabled | ||
| github_ci_php81_mysql.yml.disabled | ||
| greetings-pr.yml.disabled | ||
| phan.yml | ||
| phpcs.yml.disabled | ||
| phpstan_baseline.yml | ||
| phpstan.yml | ||
| pr-18-autolabel.yaml | ||
| pr-18.yaml | ||
| pre-commit.yml | ||
| README.md | ||
| stale-issues-safe.yml | ||
| test.yaml | ||
| windows-ci.yml | ||
Workflow run order
To reduce run minutes, the following order is put in place:
On PR & Merge, always run:
- pre-commit;
- phan.
When both succeed, start:
- phpstan;
- Windows-ci;
- travis.