Skip to content

fix(deps): update module github.com/spf13/cobra to v1.9.1 #40

fix(deps): update module github.com/spf13/cobra to v1.9.1

fix(deps): update module github.com/spf13/cobra to v1.9.1 #40

Workflow file for this run

name: Run Tests
on:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
env:
CGO_ENABLED: 0
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test -v ./...
- name: Test build and run commands
run: go build -v -o testbin && ./testbin && ./testbin gliffy -i test/data/test_input.excalidraw -o /tmp/test_output.gliffy