Skip to content

Refactor synthesizers to better preserve seed info. #211

Refactor synthesizers to better preserve seed info.

Refactor synthesizers to better preserve seed info. #211

Workflow file for this run

name: Run linting
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install flake8 flake8-quotes
- name: Run Flake8 linter
run: |
flake8 riid examples tests