Skip to content

Handle the options passed to llvm opt and llvm llc (#2955) #2375

Handle the options passed to llvm opt and llvm llc (#2955)

Handle the options passed to llvm opt and llvm llc (#2955) #2375

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: "."