Skip to content

Harden upstream fetching and cache lifecycle #31

Harden upstream fetching and cache lifecycle

Harden upstream fetching and cache lifecycle #31

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- name: Run tests
run: go test ./...