Skip to content

fixed install script #6

fixed install script

fixed install script #6

Workflow file for this run

name: 💚 CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
name: 💚 CI
runs-on: ubuntu-latest
steps:
- name: 🔍 Checkout
uses: actions/checkout@v4
- name: 📦 Setup Go
uses: actions/setup-go@v5
- name: 🧪 Test
run: go test -v ./...