Skip to content

build(deps): bump gunicorn from 21.2.0 to 22.0.0 in /backend #205

build(deps): bump gunicorn from 21.2.0 to 22.0.0 in /backend

build(deps): bump gunicorn from 21.2.0 to 22.0.0 in /backend #205

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