From 5f2e0bd594e8dd05bbe064d1e91a03bdced1b090 Mon Sep 17 00:00:00 2001 From: antelle Date: Sun, 29 Nov 2020 14:09:20 +0100 Subject: [PATCH] action name --- .github/workflows/ci-checks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index 16d8495..b67f5ba 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -4,7 +4,8 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - name: Checkout + uses: actions/checkout@v2 with: fetch-depth: 0 - name: NPM install