Skip to content

Code of Conduct Update README.md #19

Code of Conduct Update README.md

Code of Conduct Update README.md #19

Workflow file for this run

name: main
on:
push:
branches: [main]
tags: [v*]
pull_request:
branches: [main]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [stable, oldstable]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: make