Skip to content

fix: s/humane/gitmiror/ #14

fix: s/humane/gitmiror/

fix: s/humane/gitmiror/ #14

Workflow file for this run

name: gitmirror test
on:
push:
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
go: ['1.22', '1.23']
name: humane test (using go ${{ matrix.go }} on ${{ matrix.os }})
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: make test