From bcd6c4ea3969fe7ece022ec67828ac75f982cb8c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Jan 2021 01:28:27 +0100 Subject: [PATCH] Remove JSON linting, no JSON files --- .github/workflows/lint.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e5c494e..b38bc99 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,17 +14,6 @@ jobs: - name: 🚀 Run yamllint uses: frenck/action-yamllint@v1.0.1 - json: - name: 🧹 JSON Lint - runs-on: ubuntu-latest - steps: - - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 - - name: 🚀 Run JQ - run: | - shopt -s globstar - cat **/*.json | jq '.' - prettier: name: 🧹 Prettier runs-on: ubuntu-latest