fix: apply black formatting (#4240)

* fix black formatting

* try
This commit is contained in:
Massimiliano Pippi 2023-02-23 08:59:40 +01:00 committed by GitHub
parent 1dc7f6215e
commit dd37b4c29f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -13,6 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# With the default value of 1, there are corner cases where tj-actions/changed-files
# fails with a `no merge base` error
fetch-depth: 0
- name: Get changed files
id: files
@ -38,6 +42,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# With the default value of 1, there are corner cases where tj-actions/changed-files
# fails with a `no merge base` error
fetch-depth: 0
- name: Get changed files
id: files