Skip to content

fix: add substrait-translate as dependency to check-substrait-mlir (#21) #49

fix: add substrait-translate as dependency to check-substrait-mlir (#21)

fix: add substrait-translate as dependency to check-substrait-mlir (#21) #49

Workflow file for this run

name: Python formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
formatting-check:
name: Run yapf
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run YAPF to test if python code is correctly formatted
uses: AlexanderMelde/[email protected]
with:
args: --verbose