Skip to content

fix: G2P module fails to initialize #138 (#139) #174

fix: G2P module fails to initialize #138 (#139)

fix: G2P module fails to initialize #138 (#139) #174

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"