feat(ci_rules): add exists and changes for rules

now defined jobs check for existance of file and for changes
to launch a job

!41 #32
This commit is contained in:
2023-06-02 15:09:31 +09:30
parent 862176f9dc
commit 04e7e928e0
15 changed files with 455 additions and 224 deletions

View File

@ -114,11 +114,8 @@ PyLint:
gilab-ci.yml Lint (python 3.11):
variables:
YAML_LINT_PATH: ".gitlab-ci* ./**/*gitlab-ci*"
YAML_LINT_EXTRA_ARGS: "{ extends: lint/.yamllint.yaml, ignore: [website-template/*] }"
extends:
- .yaml_lint_defaults
- .Gitlab_CI.Lint.YAML
image: python:3.11-slim