Skip to content

feat: Extend default approval timeout to 1 hour #12

feat: Extend default approval timeout to 1 hour

feat: Extend default approval timeout to 1 hour #12

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- name: Install
run: pip install -e ".[test]"
- name: Run tests
run: pytest -q