Skip to content

Commit ed88b7d

Browse files
committed
run lint package script
1 parent 5a4125e commit ed88b7d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/linter.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0
16-
- name: Yaml Lint
17-
uses: karancode/yamllint-github-action@master
18-
with:
19-
yamllint_file_or_dir: 'descriptions/**/*.yaml'
20-
yamllint_strict: false
21-
yamllint_config_filepath: '.github/workflows/yamllint-config.yml'
22-
yamllint_comment: true
16+
# - name: Yaml Lint
17+
# uses: karancode/yamllint-github-action@master
18+
# with:
19+
# yamllint_file_or_dir: 'descriptions/**/*.yaml'
20+
# yamllint_strict: false
21+
# yamllint_config_filepath: '.github/workflows/yamllint-config.yml'
22+
# yamllint_comment: true
2323
- uses: actions/setup-node@v3
2424
with:
2525
node-version: '16'
2626
- run: npm install
2727
- name: JSON Lint
28-
run: eslint descriptions/**/*.json --ext .json
28+
run: npm run lint
2929
- name: OpenAPI Lint
3030
uses: mattpage/redocly-cli-lint-action@v0.0.1
3131
with:

0 commit comments

Comments
 (0)