Fix checkout

This commit is contained in:
cytopia
2020-12-12 14:01:00 +01:00
parent 88aeca57aa
commit 5506d68f1f

View File

@@ -19,7 +19,7 @@ on:
# -------------------------------------------------------------------------------------------------
jobs:
lint:
name: "[ ${{ matrix.job }} ]"
name: "Lint"
runs-on: ubuntu-latest
steps:
# ------------------------------------------------------------
@@ -27,12 +27,13 @@ jobs:
# ------------------------------------------------------------
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
# ------------------------------------------------------------
# Lint repository
# ------------------------------------------------------------
- name: Lint workflow
id: vars
run: |
make lint-workflow