Skip to content

Fixed mypy for Python 3.10 #389

Fixed mypy for Python 3.10

Fixed mypy for Python 3.10 #389

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "github-pages/*"
- "gh-pages/*"
- "main"
- "master"
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
ci-job:
name: Checks
uses: ./.github/workflows/checks.yml
metrics:
needs: [ ci-job ]
uses: ./.github/workflows/report.yml