3
0
Fork 0
mirror of https://gitea.com/actions/setup-node.git synced 2024-11-26 03:59:32 +01:00
setup-node/.github/workflows/build-test.yml

17 lines
437 B
YAML
Raw Normal View History

name: build-test
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
2020-07-22 14:12:24 +02:00
- main
- releases/*
paths-ignore:
- '**.md'
jobs:
2022-12-15 16:39:43 +01:00
call-basic-validation: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/basic-validation.yml
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main