Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

chore: init

chore: init #2

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
permissions:
contents: read
jobs:
test-cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19.x
- run: go test ./...