2021-09-13 17:52:18 +08:00
|
|
|
name: Check dist/
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
pull_request:
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
2022-12-20 22:38:24 +08:00
|
|
|
call-check-dist:
|
2022-12-14 21:53:47 +08:00
|
|
|
name: Check dist/
|
2022-12-19 20:38:39 +08:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|