From 0cbdbf68e9dd3db071062822a748f82af8bfdadb Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Jan 2022 10:08:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20add=20first=20check:=20golint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cy.yml b/.github/workflows/cy.yml index 7d10723..3bf5c15 100644 --- a/.github/workflows/cy.yml +++ b/.github/workflows/cy.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v1 - name: Run golint run: | - apt install golint + sudo apt install -y golint cd src golint echo done