2021-08-25 23:29:44 +08:00
|
|
|
name: Check dist/
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
pull_request:
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
2022-12-15 23:31:23 +08:00
|
|
|
call-check-dist: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/check-dist.yml
|
2022-12-14 22:11:36 +08:00
|
|
|
name: Check dist/
|
2022-12-19 20:22:55 +08:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|