Skip to content

Commit

Permalink
fix failing linting step in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNitsche committed Jul 29, 2023
1 parent 0193ec9 commit 001a0da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ jobs:
- name: Lint fenced code blocks
run: yarn -s doc-fence-check

- name: Lint website docs
run: yarn -s lint-website-docs
- name: Lint documentation
run: yarn -s lint-documentation

lint-other:
needs: [setup]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"debug": "cross-env NODE_OPTIONS=--inspect-brk ts-node lib/renovate.ts",
"doc-fix": "run-s markdown-lint-fix prettier-fix",
"doc-fence-check": "node tools/check-fenced-code.mjs",
"lint-website-docs": "jest --coverage false test/website-docs.spec.ts",
"lint-documentation": "jest --coverage false test/documentation.spec.ts",
"eslint": "eslint . --cache --cache-location .cache/eslint --report-unused-disable-directives",
"eslint-fix": "eslint --cache --cache-location .cache/eslint --fix . --report-unused-disable-directives",
"eslint-ci": "eslint . --cache --cache-strategy content --cache-location .cache/eslint --format gha",
Expand Down

0 comments on commit 001a0da

Please sign in to comment.