Skip to content

Fix wrong total number of phases for EmitObj and EmitJNI #2539

Fix wrong total number of phases for EmitObj and EmitJNI

Fix wrong total number of phases for EmitObj and EmitJNI #2539

name: GitHub Action Black Format
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --exclude third_party"
src: "."