Skip to content

Commit

Permalink
Update name of step that creates .env file for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Mar 20, 2024
1 parent 6f9c727 commit 7dc434b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
pip install --upgrade --requirement requirements-test.txt
- name: Set up pre-commit hook environments
run: pre-commit install-hooks
- name: Create .env file
- name: Create .env file needed by docker-compose-check pre-commit hook
run: cp dev.env.example .env
- name: Run pre-commit on all files
run: pre-commit run --all-files
Expand Down

0 comments on commit 7dc434b

Please sign in to comment.