Skip to content

Commit

Permalink
Removed go cache from the lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
mymmrac committed Jan 11, 2023
1 parent 39a40a2 commit c47cce7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- cron: "0 7 * * 6"
workflow_dispatch: { }

permissions:
contents: read

jobs:
lint:
name: Linter
Expand All @@ -24,7 +27,6 @@ jobs:
with:
go-version-file: "go.mod"
check-latest: true
cache: true

- name: Gofmt check
run: diff -u <(echo -n) <(gofmt -d .)
Expand Down

0 comments on commit c47cce7

Please sign in to comment.