You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ci.yml 441B

12345678910111213141516171819202122232425
  1. name: ci
  2. on:
  3. pull_request:
  4. branches:
  5. - master
  6. push:
  7. branches:
  8. - master
  9. jobs:
  10. linters:
  11. uses: ./.github/workflows/ci_linters.yml
  12. fedora:
  13. uses: ./.github/workflows/ci_rspamd.yml
  14. with:
  15. image: ghcr.io/fatalbanana/gha-images:fedora-ci
  16. name: fedora-ci
  17. ubuntu:
  18. uses: ./.github/workflows/ci_rspamd.yml
  19. with:
  20. image: ghcr.io/fatalbanana/gha-images:ubuntu-ci
  21. name: ubuntu-ci