Skip to content

Commit

Permalink
Merge pull request #111 from cisagov/108-fix-docker-compose-check
Browse files Browse the repository at this point in the history
Fix docker-compose-check Hook
  • Loading branch information
schmelz21 authored Mar 20, 2024
2 parents 348dced + 7dc434b commit 34948bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
pip install --upgrade --requirement requirements-test.txt
- name: Set up pre-commit hook environments
run: pre-commit install-hooks
- 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
- name: Setup tmate debug session
Expand Down

0 comments on commit 34948bf

Please sign in to comment.