Skip to content

feat #233: Create new migrations to utilize EnrollmentState enum in db #464

feat #233: Create new migrations to utilize EnrollmentState enum in db

feat #233: Create new migrations to utilize EnrollmentState enum in db #464

Workflow file for this run

name: Prettier action
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
prettier:
name: Prettier Check
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Run Prettier
id: prettier-run
uses: rutajdash/[email protected]
with:
config_path: ./.prettierrc.yml
ignore_path: ./.prettierignore
- name: Prettier Output
if: ${{ failure() }}
shell: bash
run: |
echo "The following files are not formatted:"
echo "${{steps.prettier-run.outputs.prettier_output}}"