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-15 23:41:32 +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 21:53:47 +08:00
|
|
|
name: Check dist/
|
|
|
|
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
|
|
|
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
|