2021-08-25 23:29:42 +08:00
|
|
|
name: Check dist/
|
2022-12-15 23:16:00 +08:00
|
|
|
|
2021-08-25 23:29:42 +08:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
pull_request:
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
2022-12-20 23:24:40 +08:00
|
|
|
call-check-dist:
|
2022-12-14 18:41:18 +08:00
|
|
|
name: Check dist/
|
2023-03-09 20:43:05 +08:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|