style(ui): Adjust field names to be Title Cased and descriptions to be consistent throughout the site #180
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 |