Skip to content

Commit f8a6029

Browse files
committed
Fix tabs in workflow file...
Signed-off-by: Luc Berger-Vergiat <[email protected]>
1 parent 7518544 commit f8a6029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: pip install --require-hashes -r kokkos-kernels/.github/workflows/docs_check_requirements.txt
2323
- name: check API changes
2424
run: |
25-
python kokkos-kenrels/.github/workflows/check_api_updates.py
25+
python kokkos-kenrels/.github/workflows/check_api_updates.py
2626
2727
build:
2828
runs-on: [macos-latest]

0 commit comments

Comments
 (0)