Skip to content

Bump the python-requirements group across 1 directory with 70 updates #46

Bump the python-requirements group across 1 directory with 70 updates

Bump the python-requirements group across 1 directory with 70 updates #46

Workflow file for this run

name: Frontend linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run prettier on frontend
run: |
cd ./app/frontend
npm install
npx prettier --check .