Skip to content

feat: add Network enum #95

feat: add Network enum

feat: add Network enum #95

Workflow file for this run

name: Unit test
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install Nox
run: |
pip install nox
- name: Linting
run: nox -s unit