Skip to content

Support --include-non-tpl and --output #78

Support --include-non-tpl and --output

Support --include-non-tpl and --output #78

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.1'
- name: Download dependencies
run: go mod download
- name: Test
run: go test -v ./...