cache/.github/workflows/check-dist.yml
2023-09-13 21:31:23 +08:00

18 lines
286 B
YAML
Executable File

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