Skip to content

fix: guard Dependabot auto-merge with head SHA check #56

fix: guard Dependabot auto-merge with head SHA check

fix: guard Dependabot auto-merge with head SHA check #56

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install package
run: python -m pip install -e ".[test]"
- name: Run tests
run: python -m pytest -q