Skip to content

Convert travis CI to GH actions #4

Convert travis CI to GH actions

Convert travis CI to GH actions #4

Workflow file for this run

name: Go CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run CI
run: make ci