setup-node/.github/workflows/check-dist.yml

17 lines
417 B
YAML
Raw Normal View History

2021-08-25 23:29:50 +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-15 23:39:43 +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
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main