Skip to content

Cleanup: Reorders all test json files to have same order #2191

Cleanup: Reorders all test json files to have same order

Cleanup: Reorders all test json files to have same order #2191

Workflow file for this run

name: linters
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: pip install tox
- run: tox -e lint