Skip to content

Commit f29831f

Browse files
committed
typo
1 parent 1de309d commit f29831f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: '16'
2222
cache: 'npm'
23-
cache-dependency-path: '.github/settings/docs-lint-and-validate/package-lock.json'
23+
cache-dependency-path: '.github/settings/doc-lint-and-validate/package-lock.json'
2424

2525
- name: Install dependencies
2626
run: npm ci
@@ -29,7 +29,7 @@ jobs:
2929
run: mkdir -p temp
3030

3131
- name: Move eslint settings files to temp directory
32-
run: ls && mv .github/settings/docs-lint-and-validate/* temp/
32+
run: mv .github/settings/doc-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)