From 2b9c5453ecefee8ee9b99be928f9a2ef96d13e48 Mon Sep 17 00:00:00 2001 From: Denis Palnitsky Date: Thu, 28 Apr 2022 15:55:28 +0200 Subject: [PATCH] fix: workflow syntax --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 48ccc3d..d3d846e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,8 +38,8 @@ jobs: with: go-version: 1.18 - - uses: install staticcheck + - name: install staticcheck run: go install honnef.co/go/tools/cmd/staticcheck@latest - - uses: run static check + - name: run static check run: staticcheck ./...