From fd22f526621afbfa9d79a58be821ed9f7f5f0859 Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 16 Jan 2020 20:45:38 +0900 Subject: [PATCH] name all the steps in GitHub Actions --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe8f2fe..03837d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,8 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@master + - name: Checkout code + uses: actions/checkout@master - name: Setup Go uses: actions/setup-go@v1 with: