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 19:12:24 +07:00
- main
- releases/*
paths-ignore:
- '**.md'
jobs:
2022-12-15 22:39:43 +07: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