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