Skip to content

Add JSON reading and writing. #114

Add JSON reading and writing.

Add JSON reading and writing. #114

Workflow file for this run

name: Run linting
on: [push]
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