Fix review points

This commit is contained in:
IvanZosimov
2022-12-20 16:59:39 +01:00
parent aab1763e57
commit b23acf1dc9
5 changed files with 24 additions and 11 deletions

17
.github/workflows/basic-validation.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
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