dolibarr/.github/workflows
MDW 03319e88c9
Qual: Improve some CodingPhpTest notices with line numbers (#39176)
* Qual: Improve a notice with line numbers

* Qual: Fix PHPStan ci when no files are to be analyzed
2026-07-15 00:38:28 +02:00
..
ci-cache-clean-pr.yml Clean ci scripts 2026-06-25 02:52:04 +02:00
ci-checkfilesetlock.yml Bump actions/checkout from 6 to 7 (#38954) 2026-06-22 13:16:31 +02:00
ci-on-pull_request.yml Try to clean github actions 2026-04-13 16:39:06 +02:00
ci-on-push.yml Clean ci scripts 2026-06-25 02:52:04 +02:00
ci-on-release.yml Bump actions/create-github-app-token from 2 to 3 (#37513) 2026-03-16 10:21:26 +01:00
ci-phpstan_baseline.yml Bump actions/cache from 5 to 6 (#39008) 2026-06-29 19:27:30 +02:00
ci-pr-autoassign-v18.yml Doc 2026-06-25 03:35:23 +02:00
ci-stale-issues-safe.yml
ci-tag-check.yml.disabled Clean ci scripts 2026-06-25 02:52:04 +02:00
gh-travis.yml.disabled Clean ci scripts 2026-06-25 02:52:04 +02:00
github_ci_php71_pgsql.yml.disabled
github_ci_php81_mysql.yml.disabled
moderation.yml Qual: Correct language detection in moderation workflow (#38681) 2026-06-11 09:34:27 +02:00
phan.yml Qual: Fix french comments and improve detector (#39026) 2026-07-01 12:26:51 +02:00
phpstan.yml Qual: Improve some CodingPhpTest notices with line numbers (#39176) 2026-07-15 00:38:28 +02:00
pre-commit.yml Qual: Update logToCheckStyle (now extracts PHP Lint error msg) (#39169) 2026-07-14 13:50:39 +02:00
README.md Clean CI file not used 2026-04-20 18:50:14 +02:00
windows-ci.yml Qual: Update logToCheckStyle (now extracts PHP Lint error msg) (#39169) 2026-07-14 13:50:39 +02:00

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

See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow

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