Skip to content

Commit 6f16894

Browse files
committed
add workflow
1 parent 33660f5 commit 6f16894

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
4646
- name: Run project setup
4747
run: make setup
48+
49+
- name: Generate dummy env file
50+
run: uv run -m encoderbuild.utils.create_dummy_env_file > .env
4851

4952
- name: Run pre-commit
5053
run: uv run --dev pre-commit run --all-files

0 commit comments

Comments
 (0)