Skip to content

Update workflow to use the right mypy config file #362

Update workflow to use the right mypy config file

Update workflow to use the right mypy config file #362

Workflow file for this run

name: Run fireci tests
on:
pull_request:
paths:

Check failure on line 5 in .github/workflows/fireci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fireci.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
- 'ci/**'
- '.github/workflows/fireci.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
fireci:
name: "fireci tests"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: '3.8'
- run: |
pip install -e "ci/fireci[test]"
- run: |
pytest ci/fireci
- run: |
mypy --config-file ci/fireci/pyproject.toml ci/fireci/