diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linter.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 045395cd6..b56176255 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -20,6 +20,12 @@ jobs: yamllint_strict: false yamllint_config_filepath: '.github/workflows/yamllint-config.yml' yamllint_comment: true + - uses: actions/setup-node@v3 + with: + node-version: '16' + run: npm install + - name: JSON Lint + run: eslint descriptions/**/*.json --ext .json - name: OpenAPI Lint uses: mattpage/redocly-cli-lint-action@v0.0.1 with: |