Skip to content

Add support for multiple network names and channel type #349

Add support for multiple network names and channel type

Add support for multiple network names and channel type #349

Workflow file for this run

name: pre-commit checks
on:
pull_request:
push: { branches: [master] }
workflow_dispatch:
jobs:
pre-commit-checks:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
uses: actions/[email protected]
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.8
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit checks
run: pre-commit run --all-files --show-diff-on-failure