Add actions/upload-artifact@v4.0.0
This commit is contained in:
19
gitea-actions/setup-node-4.0.2/.github/workflows/basic-validation.yml
vendored
Executable file
19
gitea-actions/setup-node-4.0.2/.github/workflows/basic-validation.yml
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
name: Basic validation
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- releases/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
call-basic-validation:
|
||||
name: Basic validation
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||
with:
|
||||
node-version: '20.x'
|
Reference in New Issue
Block a user