go/.github/workflows/workflow.yml

16 lines
418 B
YAML
Raw Normal View History

2020-02-09 00:21:39 -05:00
name: build-test
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
jobs:
2022-12-15 10:31:23 -05:00
call-basic-validation: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/basic-validation.yml
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main