mirror of
https://github.com/actions/setup-go.git
synced 2025-05-04 22:15:17 +00:00
Fix review points
This commit is contained in:
16
.github/workflows/basic-validation.yml
vendored
Normal file
16
.github/workflows/basic-validation.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Basic validation
|
||||
|
||||
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
|
Reference in New Issue
Block a user