mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2024-11-06 03:55:48 +00:00
18 lines
No EOL
497 B
YAML
18 lines
No EOL
497 B
YAML
name: Check dist/
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '**.md'
|
|
pull_request:
|
|
paths-ignore:
|
|
- '**.md'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-check-dist: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/check-dist.yml
|
|
name: Check dist/
|
|
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
|
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main |