Skip to content

Commit

Permalink
Create separate step for 'Create .env file' in lint job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Mar 20, 2024
1 parent d362e79 commit 6f9c727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
pip install --upgrade --requirement requirements-test.txt
- name: Set up pre-commit hook environments
run: |
pre-commit install-hooks
cp dev.env.example .env
run: pre-commit install-hooks
- name: Create .env file
run: cp dev.env.example .env
- name: Run pre-commit on all files
run: pre-commit run --all-files
- name: Setup tmate debug session
Expand Down

0 comments on commit 6f9c727

Please sign in to comment.