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