Skip to content

Commit

Permalink
Change to correct working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
RattataKing committed Aug 1, 2024
1 parent d92952d commit cc6a3e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tuner pre-commit Checks
name: Pre-commit Checks

on:
push:
Expand Down Expand Up @@ -26,6 +26,7 @@ jobs:
python -m pip install --upgrade pip
pip install pre-commit
- name: Run pre-commit hooks
- name: Run pre-commit hooks in `tuning`
working-directory: sdxl-scripts/tuning
run: |
pre-commit run --all-files

0 comments on commit cc6a3e3

Please sign in to comment.