Skip to content

Ensure UTF-8 encoding for file reads to support Windows MaskGCT inference #506

Ensure UTF-8 encoding for file reads to support Windows MaskGCT inference

Ensure UTF-8 encoding for file reads to support Windows MaskGCT inference #506

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"