mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-23 03:27:39 +08:00
10 lines
221 B
YAML
10 lines
221 B
YAML
name: On push Checks
|
|
on: [push]
|
|
jobs:
|
|
check_build:
|
|
uses: ./.github/workflows/build.yml
|
|
check_unit_tests:
|
|
uses: ./.github/workflows/test.yml
|
|
check_assembly_run:
|
|
uses: ./.github/workflows/assembly-run.yml
|