Skip to content

Add tests and linting to CI/CD #3

Add tests and linting to CI/CD

Add tests and linting to CI/CD #3

Workflow file for this run

name: Nox Tests
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Nox
uses: excitedleigh/setup-nox@v2
- name: Run Nox
run: nox