File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments