summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatthew Page <mattpage@github.com>2022-01-31 16:47:01 -0800
committerMatthew Page <mattpage@github.com>2022-01-31 16:47:01 -0800
commitfaee7fed24de7c7203538b34ec0c0f42f97b6430 (patch)
tree526340b21aa0dcd819821e34c6361afc5bfbd6af /.github
parent1a66aa213353703ac43a4b5c9b31cc68d775fd0c (diff)
downloadrest-api-description-faee7fed24de7c7203538b34ec0c0f42f97b6430.tar.gz
rest-api-description-faee7fed24de7c7203538b34ec0c0f42f97b6430.zip
reenable yaml linter
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linter.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index cc3775be4..bbae95b49 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -13,14 +13,14 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- # - name: YAML & JSON Lint
- # uses: github/super-linter@v4
- # env:
- # VALIDATE_ALL_CODEBASE: false
- # VALIDATE_YAML: true
- # VALIDATE_JSON: true
- # DEFAULT_BRANCH: main
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: YAML & JSON Lint
+ uses: github/super-linter@v4
+ env:
+ VALIDATE_ALL_CODEBASE: false
+ VALIDATE_YAML: true
+ VALIDATE_JSON: true
+ DEFAULT_BRANCH: main
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: OpenAPI Lint
uses: mattpage/redocly-cli-lint-action@v0.0.1
with: