mirror of
https://github.com/actions/setup-go
synced 2024-11-10 07:32:41 +00:00
18 lines
No EOL
365 B
YAML
18 lines
No EOL
365 B
YAML
name: Check dist/
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '**.md'
|
|
pull_request:
|
|
paths-ignore:
|
|
- '**.md'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-check-dist:
|
|
name: Check dist/
|
|
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
|
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main |