Skip to content

feat: remove zealy command (#254) #752

feat: remove zealy command (#254)

feat: remove zealy command (#254) #752

Workflow file for this run

name: Unit testing
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.23.3
- name: Unit tests
run: make test