setup-go/.github/workflows/workflow.yml

16 lines
418 B
YAML
Raw Normal View History

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