Skip to content

fix: NVSHAS-9525 fix lint issues and enable linter #51

fix: NVSHAS-9525 fix lint issues and enable linter

fix: NVSHAS-9525 fix lint issues and enable linter #51

Workflow file for this run

name: Run unitest on push and pull request
on:
push:
pull_request:
jobs:
unitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.22.3'
- run: |
./unitest.sh