2020-02-09 05:21:39 +00:00
name : build-test
2022-12-14 14:11:36 +00:00
2020-02-09 05:21:39 +00:00
on :
push :
branches :
2020-07-22 13:04:56 +01:00
- main
2020-02-09 05:21:39 +00:00
paths-ignore :
- '**.md'
pull_request :
paths-ignore :
- '**.md'
2019-07-11 21:16:54 +01:00
2022-12-14 14:11:36 +00:00
jobs :
2022-12-15 15:31:23 +00: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 14:11:36 +00:00
name : Basic validation
2022-12-19 12:22:55 +00:00
uses : actions/reusable-workflows/.github/workflows/basic-validation.yml@main