Fix review points

This commit is contained in:
IvanZosimov 2022-12-20 16:40:38 +01:00
parent 217387cf3e
commit 92a07fe466
5 changed files with 6 additions and 6 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