feat: Add cross-seed profile to the Huntarr service in docker-compose #221
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: push | |
| jobs: | |
| validate-docker-compose: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v3 | |
| - name: Install Docker Compose | |
| uses: ndeloof/install-compose-action@v0.0.1 | |
| - name: Setup Environment Variables | |
| run: cp .env.example .env | |
| - name: Validate Docker Compose | |
| run: docker-compose config |