Skip to content

chore(ropecon2024): fix room dimension #490

chore(ropecon2024): fix room dimension

chore(ropecon2024): fix room dimension #490

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