Skip to content

feat: transform union_distinct op into set operation that support… #118

feat: transform union_distinct op into set operation that support…

feat: transform union_distinct op into set operation that support… #118

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/yapf-action@efc672c0c96776f74b4fb4197b334dc07035ec4f # v2.0
with:
args: --verbose