Update workflows to use reusable-workflows

This commit is contained in:
IvanZosimov
2022-12-19 16:40:34 +01:00
parent 5776c3457c
commit e07202b67f
7 changed files with 50 additions and 116 deletions

17
.github/workflows/build-test.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Build & Test
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main
- releases/*
paths-ignore:
- '**.md'
jobs:
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