Skip to content

Bump @typescript-eslint/parser from 7.1.1 to 7.15.0 in /frontend #503

Bump @typescript-eslint/parser from 7.1.1 to 7.15.0 in /frontend

Bump @typescript-eslint/parser from 7.1.1 to 7.15.0 in /frontend #503

name: Run backend app formatter
on: push
jobs:
MixFormatter:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "backend"
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
version-type: strict
version-file: backend/.tool-versions
- run: echo -e "import Config\nconfig :richard_burton, []" >> config/dev.local.exs
- run: mix deps.get
- run: mix format --check-formatted