diff options
author | Valery Piashchynski <[email protected]> | 2023-03-27 15:30:58 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-03-27 15:31:20 +0200 |
commit | 8d82cc3cf91a32ff477949d0d906f50f030cbc35 (patch) | |
tree | 736009de9f12062359601382835d00b5d44cf41a /.github/workflows | |
parent | d213d689b2deee3be5e0a73f45f17a51ecb89190 (diff) |
feature: add schema `v3`
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f0cd7ef..694a4d5b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: run: npm install -g ajv-cli # Package page: <https://www.npmjs.com/package/ajv-cli> - name: Run linter - run: ajv validate --all-errors --verbose -s ./schemas/config/2.0.schema.json -d ./.rr.yaml + run: ajv validate --all-errors --verbose -s ./schemas/config/3.0.schema.json -d ./.rr.yaml golangci-lint: name: Golang-CI (lint) |