Skip to content

Docs: Fixes emitter in print cmd options #14

Docs: Fixes emitter in print cmd options

Docs: Fixes emitter in print cmd options #14

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
permissions:
contents: read
jobs:
make-all:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.25.3'
cache: true
- name: Check out code
uses: actions/checkout@v4
- name: Run tests
run: make all