Skip to content

Implementation of Metrics Framework #1098

Implementation of Metrics Framework

Implementation of Metrics Framework #1098

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
types:
- edited
- opened
- reopened
- synchronize
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"