Skip to content

Irrecoverable Carbon Metric #1106

Irrecoverable Carbon Metric

Irrecoverable Carbon Metric #1106

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"