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.
16 lines
286 B
YAML
16 lines
286 B
YAML
2 years ago
|
name: Basic validation
|
||
2 years ago
|
|
||
5 years ago
|
on:
|
||
|
push:
|
||
|
branches:
|
||
5 years ago
|
- main
|
||
5 years ago
|
paths-ignore:
|
||
|
- '**.md'
|
||
|
pull_request:
|
||
|
paths-ignore:
|
||
|
- '**.md'
|
||
6 years ago
|
|
||
2 years ago
|
jobs:
|
||
2 years ago
|
call-basic-validation:
|
||
2 years ago
|
name: Basic validation
|
||
2 years ago
|
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|