From c31cf602edbc341603a1f2b098e99cb2b1647202 Mon Sep 17 00:00:00 2001 From: moonD4rk Date: Tue, 30 Jan 2024 13:27:05 +0800 Subject: [PATCH] ci: Improve GitHub Actions workflow for linting. --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index df1d29b..1a36459 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: "1.21.x" + cache: false - name: Check spelling with custom config file uses: crate-ci/typos@master