Skip to content

docs: updated READMD todos #28

docs: updated READMD todos

docs: updated READMD todos #28

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Build
run: scripts/build.sh
- name: Test with the Go CLI
run: scripts/test.sh