Skip to content

Add TestNet option. (#7) #9

Add TestNet option. (#7)

Add TestNet option. (#7) #9

Workflow file for this run

name: Pre-commit
on:
push:
permissions:
contents: read
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11.3
- uses: pre-commit/[email protected]
with:
extra_args: --all-files