Skip to content

Move renovate config out of root dir #13

Move renovate config out of root dir

Move renovate config out of root dir #13

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
ruff:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12.0
cache: pip
- name: Run ruff
run: |
pip install ruff
ruff check --output-format=github .