Skip to content

Add a top-level .gitignore #25

Add a top-level .gitignore

Add a top-level .gitignore #25

Workflow file for this run

---
name: Run tests
on:
push:
branches: ['master']
pull_request:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
matrix-filter: del(.matrix.os[] | select(contains("windows")))