Skip to content

Bump the node-packages group in /app/frontend with 10 updates #12

Bump the node-packages group in /app/frontend with 10 updates

Bump the node-packages group in /app/frontend with 10 updates #12

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 .