Skip to content

docs: use the Sinty OS name #22

docs: use the Sinty OS name

docs: use the Sinty OS name #22

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26'
- run: go build ./...
- run: go vet ./...
- run: go test ./...