Skip to content

style(ui): Adjust field names to be Title Cased and descriptions to be consistent throughout the site #180

style(ui): Adjust field names to be Title Cased and descriptions to be consistent throughout the site

style(ui): Adjust field names to be Title Cased and descriptions to be consistent throughout the site #180

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