Skip to content

fix n-cli not being able to find the config file on Windows #1 (#1) #22

fix n-cli not being able to find the config file on Windows #1 (#1)

fix n-cli not being able to find the config file on Windows #1 (#1) #22

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21.x"
- run: go version
- run: go get
- run: go test -v ./...