Skip to content

chore(deps): bump django from 5.0.6 to 5.0.7 in /backend #590

chore(deps): bump django from 5.0.6 to 5.0.7 in /backend

chore(deps): bump django from 5.0.6 to 5.0.7 in /backend #590

name: frontend-linting
on:
pull_request:
branches: [main, development]
workflow_dispatch:
jobs:
linting-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: cd frontend; npm install
- name: Run ESLint
run: cd frontend; npm run lint