Update the visual appearance of the sidebar #183
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: | |
| pull_request: | |
| branches: | |
| - main | |
| paths-ignore: | |
| - terraform/** | |
| name: test dockerfile | |
| jobs: | |
| docker: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: docker build | |
| run: docker build -t eps . | |
| - name: invoke built image | |
| run: docker run -i eps:latest uv run python3 manage.py check |