mirror of https://github.com/actions/setup-go.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
367 B
YAML
18 lines
367 B
YAML
name: build-test
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '**.md'
|
|
pull_request:
|
|
paths-ignore:
|
|
- '**.md'
|
|
|
|
jobs:
|
|
call-basic-validation:
|
|
name: Basic validation
|
|
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
|
uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main
|