Skip to content

Add new metrics command to replace >system #157

Add new metrics command to replace >system

Add new metrics command to replace >system #157

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --line-length=88 --verbose"
version: "~= 23.9"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: "--line-length=88 --ignore=E501"