Skip to content

Update Packages, Add Status Command, and Bugfixes (!8) #89

Update Packages, Add Status Command, and Bugfixes (!8)

Update Packages, Add Status Command, and Bugfixes (!8) #89

Workflow file for this run

name: Validate
on:
push: {}
pull_request: {}
jobs:
publish:
name: Test & Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Test
run: |
make test
- name: Build
run: |
make build VERSION="test"