Skip to content

fix: command.Names should not contain empty strings when command has no name #37

fix: command.Names should not contain empty strings when command has no name

fix: command.Names should not contain empty strings when command has no name #37

Workflow file for this run

name: Tests
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
-
name: Run tests
run: go test ./...