3
0
Fork 0
mirror of https://gitea.com/actions/setup-node.git synced 2024-11-22 10:09:33 +01:00
setup-node/.github/workflows/check-dist.yml

20 lines
322 B
YAML
Raw Normal View History

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