.github/workflows/editorconfig.yml: full fetch
This commit is contained in:
parent
72bacbee2d
commit
e6b686daea
|
@ -10,6 +10,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- uses: technote-space/get-diff-action@v2.0.3
|
- uses: technote-space/get-diff-action@v2.0.3
|
||||||
- name: Checking EditorConfig
|
- name: Checking EditorConfig
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue