Skip to content

chore: readme

chore: readme #19

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: '1.22.x'
- name: Install dependencies
run: |
sudo apt-get install -y git
git clone https://github.com/magefile/mage
cd mage && go run bootstrap.go
cd ..
- name: Test
run: mage test:run