Skip to content

chore: fix some links going to old provider (#12) #35

chore: fix some links going to old provider (#12)

chore: fix some links going to old provider (#12) #35

Workflow file for this run

name: build
on:
push:
branches:
- '**'
schedule:
- cron: '0 19 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go build ./...