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