Skip to content

refactor : helf flag improvement & emoji cleanup #178

refactor : helf flag improvement & emoji cleanup

refactor : helf flag improvement & emoji cleanup #178

Workflow file for this run

name: Go Tests
on:
push:
branches: [ "**" ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go test ./...