Skip to content

Move to example scripts for network relay and expose access client functionality #60

Move to example scripts for network relay and expose access client functionality

Move to example scripts for network relay and expose access client functionality #60

Workflow file for this run

name: "Test"
on:
pull_request:
merge_group:
push:
branches:
- master
jobs:
test-pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.13
- name: Install pre-commit
run: |
python -m pip install pre-commit
- name: Run pre-commit
run: |
pre-commit run --all-files