Skip to content

Commit

Permalink
ci(commit): add go cache
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofnds committed Dec 28, 2024
1 parent cde9ca6 commit 4971e94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: go-${{ hashFiles('**/go.sum') }}
restore-keys: go-
- uses: jdx/mise-action@v2
- run: task up
- run: task ci
Expand Down

0 comments on commit 4971e94

Please sign in to comment.