Skip to content

Merge pull request #15 from marcesquerra/AutoUpdateNix #12

Merge pull request #15 from marcesquerra/AutoUpdateNix

Merge pull request #15 from marcesquerra/AutoUpdateNix #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux]
goarch: [amd64]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Test
run: |
make test