Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: nox
on:
push:
pull_request:
jobs:
all:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with: {python-version: 3.12}
- run: pip install nox
- run: nox