mirror of
https://github.com/actions/setup-node.git
synced 2025-01-22 16:29:43 +08:00
ca6ea2abe0
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/setup-node?shareId=XXXX-XXXX-XXXX-XXXX).
20 lines
324 B
YAML
20 lines
324 B
YAML
name: Check dist
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '**.md'
|
|
pull_request:
|
|
paths-ignore:
|
|
- '**.md'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-check-dist:
|
|
name: Check dist/
|
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
|
with:
|
|
node-version: 'v4.1.0'
|