Skip to content

chore: Add repository type selection prompt in config_util.py #315

chore: Add repository type selection prompt in config_util.py

chore: Add repository type selection prompt in config_util.py #315

Workflow file for this run

name: Dev CI
on:
pull_request:
branches: [ main, scripts ]
push:
branches: [ main, scripts ]
jobs:
lint-and-test:
name: Run lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11.4"
- name: install dev dependencies
run: |
pip install -r requirements-dev.txt
- name: run check
run: |
ruff check .
ruff format . --check