Skip to content

vendor https://github.com/nix-community/go-nix/pull/120 #83

vendor https://github.com/nix-community/go-nix/pull/120

vendor https://github.com/nix-community/go-nix/pull/120 #83

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Build
run: go build -v .
- name: Test
run: go test -v .