Update Python bindings to 1.4.0 API (WIP)
This commit is contained in:
5
.github/workflows/auto-format.yml
vendored
5
.github/workflows/auto-format.yml
vendored
@@ -9,8 +9,11 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install black
|
||||
run: pip3 install black
|
||||
|
||||
- name: Format code
|
||||
run: ./build.sh format-code
|
||||
run: ./build.sh format-code "all"
|
||||
|
||||
- name: Commit changes
|
||||
uses: joseph-henry/add-and-commit@v7
|
||||
|
||||
Reference in New Issue
Block a user