Skip to content

Add PR creation flow to LazyGithub #76

Add PR creation flow to LazyGithub

Add PR creation flow to LazyGithub #76

Workflow file for this run

name: Run code quality checks
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: yezz123/setup-uv@v4
- run: uv sync
- run: .venv/bin/ruff check