Skip to content

Let's see if this auto-fixes master #5

Let's see if this auto-fixes master

Let's see if this auto-fixes master #5

Workflow file for this run

on:
pull_request:
push:
branches:
- main
- master
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()