mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-27 19:00:35 +00:00
parent
1dc7f6215e
commit
dd37b4c29f
8
.github/workflows/linting.yml
vendored
8
.github/workflows/linting.yml
vendored
@ -13,6 +13,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
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
|
- name: Get changed files
|
||||||
id: files
|
id: files
|
||||||
@ -38,6 +42,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
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
|
- name: Get changed files
|
||||||
id: files
|
id: files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user