Skip to content

Running tests on a grid #90

Running tests on a grid

Running tests on a grid #90

Workflow file for this run

name: black
permissions:
contents: read
on: [push, pull_request]
jobs:
check-formatting:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/[email protected]