Skip to content

Merge pull request #58 from siburu/bump-up-etc #130

Merge pull request #58 from siburu/bump-up-etc

Merge pull request #58 from siburu/bump-up-etc #130

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Test
run: make test