summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index aa10b71a..6236891c 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -8,24 +8,6 @@ on:
pull_request:
jobs:
- validate-config-file:
- name: Validate config file
- runs-on: ubuntu-latest
- steps:
- - name: Check out code
- uses: actions/checkout@v4
-
- - name: Setup nodejs
- uses: actions/setup-node@v4
- with:
- node-version: "14"
-
- - name: Install linter
- 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/3.0.schema.json --spec=draft2019 -d ./.rr.yaml
-
golangci-lint:
name: Golang-CI (lint)
runs-on: ubuntu-latest