mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-07 21:24:01 -05:00
19 lines
324 B
YAML
19 lines
324 B
YAML
name: test
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- master
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/setup-go@v5
|
|
with:
|
|
cache: false
|
|
go-version: '^1.22'
|
|
- uses: actions/checkout@v4
|
|
- uses: n8maninger/action-golang-test@v2
|