Skip to content

Commit 9016b2e

Browse files
committed
add ls for testing
1 parent ae0db24 commit 9016b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-lint-and-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: mkdir -p temp
3030

3131
- name: Move eslint settings files to temp directory
32-
run: mv .github/settings/docs-lint-and-validate/* temp/
32+
run: ls && mv .github/settings/docs-lint-and-validate/* temp/
3333

3434
- name: Extract TypeScript examples from README
3535
uses: firebolt-db/action-extract-doc-code@demo

0 commit comments

Comments
 (0)