Skip to content

Fix flake8 issue in spellcheck test #13

Fix flake8 issue in spellcheck test

Fix flake8 issue in spellcheck test #13

Workflow file for this run

---
name: Run tests
on:
push:
branches: ['develop', 'master']
pull_request:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}