From 23f8462d47e6f595c757d9722647a140efb08ccc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Mar 2020 01:23:35 -0800 Subject: [PATCH] ci: github: tweaks --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cfbd1835..07a0ccac3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: key: ${{ runner.os }}-local-bin # check out the current branch tip - - name Check out + - name: Check out uses: actions/checkout@v2 # https://github.com/marketplace/actions/checkout - name: Install stack (ubuntu)