Skip to content

Commit d8d5b31

Browse files
Validate input/output file formats for speech/text operations
1 parent 54d9e94 commit d8d5b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: ${{ github.event_name == 'pull_request' }}
5757
run: |
5858
pre-commit install
59-
pre-commit run --all-file --verbose
59+
pre-commit run --all-files --verbose
6060
6161
- name: Build the book
6262
run: |

0 commit comments

Comments
 (0)