.github/workflows/editorconfig.yml: full fetch

This commit is contained in:
zowoq 2020-08-03 18:05:38 +10:00
parent 72bacbee2d
commit e6b686daea
1 changed files with 2 additions and 0 deletions

View File

@ -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: