Skip to content

Changed channel selection method to add secondary channel to primary channel #408

Changed channel selection method to add secondary channel to primary channel

Changed channel selection method to add secondary channel to primary channel #408

Workflow file for this run

name: pre-commit-hooks
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Linting
run: |
pip install pre-commit
pre-commit run --all-files