Skip to content

chore(deps-dev): bump ws from 7.2.1 to 7.5.10 in /backend #491

chore(deps-dev): bump ws from 7.2.1 to 7.5.10 in /backend

chore(deps-dev): bump ws from 7.2.1 to 7.5.10 in /backend #491

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip
cache-dependency-path: backend/requirements.txt
- run: pip install -r backend/requirements.txt
- uses: pre-commit/action@v3.0.0