Skip to content

Allows POW with different types (convert 2nd input to 1st input type) #3343

Allows POW with different types (convert 2nd input to 1st input type)

Allows POW with different types (convert 2nd input to 1st input type) #3343

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