Skip to content

Don't rely on modular arithmetic for the screensaver; just check the … #1335

Don't rely on modular arithmetic for the screensaver; just check the …

Don't rely on modular arithmetic for the screensaver; just check the … #1335

name: Continuous Integration
on:
push:
pull_request:
branches:
- main
jobs:
run_tests:
uses: ./.github/workflows/pytest.yml
build_and_publish:
uses: ./.github/workflows/publish_to_pypi.yml
needs: run_tests
secrets:
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@23.11.0