Skip to content

Improved readme

Improved readme #16

Workflow file for this run

name: Go
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.17'
- name: Setup GOPRIVATE
run: go env -w GOPRIVATE=github.com/CoreViewInc/CoreNiko
- name: Install Task
run: |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
- name: Execute Task
run: task build