Skip to content

cmd: correct condition to bump cache on mainnet #23

cmd: correct condition to bump cache on mainnet

cmd: correct condition to bump cache on mainnet #23

Workflow file for this run

name: test
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
check-latest: true
- run: make lint
- run: make test