diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e10cbfc..b6d566c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: run: npm install -g ajv-cli # Package page: - name: Run linter - run: ajv validate --all-errors --verbose -s ./schemas/config/2.0.schema.json -d ./.rr*.y*ml + run: ajv validate --all-errors --verbose -s ./schemas/config/2.0.schema.json -d ./.rr.yaml golangci-lint: name: Golang-CI (lint) @@ -43,7 +43,7 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v2 # Action page: with: - version: v1.38 # without patch version + version: v1.41 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m