Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-20 23:17:56 -07:00
parent a4fdcacb16
commit ff0ef43a61
2 changed files with 4 additions and 5 deletions

View File

@@ -5,17 +5,14 @@ on:
jobs:
TestCache:
env:
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
name: Cache Go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.20.1'
- name: Get go-hashfiles
uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: hash-go