1
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2024-09-19 16:06:43 +00:00
setup-node/.github/workflows/check-dist.yml

20 lines
322 B
YAML
Raw Normal View History

2023-07-12 17:35:39 +00:00
name: Check dist
2022-12-15 15:09:18 +00:00
2021-08-25 15:29:50 +00:00
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
2022-12-20 15:40:38 +00:00
call-check-dist:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: '20.x'