Skip to content

Merge pull request #4 from urfave/unparsing #26

Merge pull request #4 from urfave/unparsing

Merge pull request #4 from urfave/unparsing #26

Workflow file for this run

name: main
on:
push:
branches: [main]
pull_request:
branches: [main]
tags: [v*]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make
env:
URFAVE_ARGH_TRACING: on