setup-dotnet/.github/workflows/check-dist.yml

20 lines
321 B
YAML
Raw Normal View History

2021-08-25 15:29:42 +00:00
name: Check dist/
2022-12-15 15:16:00 +00:00
2021-08-25 15:29:42 +00:00
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
2022-12-20 15:24:40 +00:00
call-check-dist:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: '20'