2021-08-25 23:47:15 +08:00
|
|
|
name: Check dist/
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
pull_request:
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
2022-12-22 17:17:13 +08:00
|
|
|
call-check-dist:
|
|
|
|
name: Check dist/
|
2023-03-09 18:44:56 +08:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
2023-12-05 21:52:09 +08:00
|
|
|
with:
|
|
|
|
node-version: '20.x'
|