Skip to content

Clean the data in the export to make unit merging and other later functions easier #33

Clean the data in the export to make unit merging and other later functions easier

Clean the data in the export to make unit merging and other later functions easier #33

Workflow file for this run

name: ci-flake8
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
pip install flake8
- name: Run flake8
run: |
flake8 -v .