Skip to content

Metrify RawNet3/Resemblyzer as Keywords & Update READMEs #88

Metrify RawNet3/Resemblyzer as Keywords & Update READMEs

Metrify RawNet3/Resemblyzer as Keywords & Update READMEs #88

Workflow file for this run

name: Check Format
on: [push, pull_request]
jobs:
CheckCodeFormat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --color"