Skip to content

Commit

Permalink
fix(docker-pre-commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-pinatti committed Apr 30, 2023
1 parent 7360867 commit da6205d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Create .env file
shell: bash
run: cp .env.example .env

- name: Python Setup
uses: actions/setup-python@v4
with:
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace

# # Docker-Compose hooks
# - repo: https://github.com/IamTheFij/docker-pre-commit
# rev: v3.0.1
# hooks:
# - id: docker-compose-check
# Docker-Compose hooks
- repo: https://github.com/IamTheFij/docker-pre-commit
rev: v3.0.1
hooks:
- id: docker-compose-check

ci:
autofix_commit_msg: |
Expand Down
2 changes: 1 addition & 1 deletion docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [ ] Sonarr HTTPS
- [ ] Lazylibrarian not working with qBittorrent on HTTPS
- [ ] Fix pre-commit docker-compose hook
- [ ] Fix python version w/ GHA
- [ ] Fix python version w/ GHA

### In Progress

Expand Down

0 comments on commit da6205d

Please sign in to comment.