Add actions/setup-node@v4.0.2
This commit is contained in:
19
.github/workflows/check-dist.yml
vendored
Executable file
19
.github/workflows/check-dist.yml
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
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: '20.x'
|
Reference in New Issue
Block a user