Skip to content

feat: improve printing tree to cli #18

feat: improve printing tree to cli

feat: improve printing tree to cli #18

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: go build -v ./cmd/...
- name: Test
run: go test -v ./...
- name: Test E2E
run: |
export GOBIN="$HOME/.local/bin/"
go install github.com/rogpeppe/go-internal/cmd/testscript@v1.12.0
go install filippo.io/age/cmd/...@latest
cp age-plugin-sss "$HOME/.local/bin/age-plugin-sss"
testscript ./testdata/*.txt