We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0db24 commit 9016b2eCopy full SHA for 9016b2e
.github/workflows/docs-lint-and-validate.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: mkdir -p temp
30
31
- name: Move eslint settings files to temp directory
32
- run: mv .github/settings/docs-lint-and-validate/* temp/
+ run: ls && mv .github/settings/docs-lint-and-validate/* temp/
33
34
- name: Extract TypeScript examples from README
35
uses: firebolt-db/action-extract-doc-code@demo
0 commit comments