2020-02-09 13:21:39 +08:00
name : build-test
2022-12-14 22:11:36 +08:00
2020-02-09 13:21:39 +08:00
on :
push :
branches :
2020-07-22 20:04:56 +08:00
- main
2020-02-09 13:21:39 +08:00
paths-ignore :
- '**.md'
pull_request :
paths-ignore :
- '**.md'
2019-07-12 04:16:54 +08:00
2022-12-14 22:11:36 +08:00
jobs :
2022-12-15 23:31:23 +08:00
call-basic-validation: # The reusable workflow can be found here : https://github.com/actions/reusable-workflows/blob/main/.github/workflows/basic-validation.yml
2022-12-14 22:11:36 +08:00
name : Basic validation
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
uses : IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main