Skip to content

Merge pull request #62 from NextronSystems/feat/unified-process #140

Merge pull request #62 from NextronSystems/feat/unified-process

Merge pull request #62 from NextronSystems/feat/unified-process #140

Workflow file for this run

name: go
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
env:
GOPRIVATE: github.com/NextronSystems/
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Test
run: go test -v ./...
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Lint
uses: golangci/golangci-lint-action@v9
with:
version: latest