Skip to content

build(deps): bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.1 (#23) #97

build(deps): bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.1 (#23)

build(deps): bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.1 (#23) #97

Workflow file for this run

name: test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
check-latest: true
- run: go build
- run: go test -v ./...
env:
ENV_ETHERSCAN_API_KEY: ${{ secrets.ENV_ETHERSCAN_API_KEY }}