Skip to content

Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.14 (#39) #172

Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.14 (#39)

Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.14 (#39) #172

Workflow file for this run

name: nix ci
on: [push, pull_request]
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install nix
uses: nixbuild/nix-quick-install-action@v28
with:
nix_conf: experimental-features = nix-command flakes
- name: nix build goshrt
run: |
nix build .#goshrt
- name: nix build goshrtc
run: |
nix build .#goshrtc
- name: nix module
run: |
nix build .#nixosConfigurations.container.config.system.build.toplevel
- name: nix flake check
run: |
nix flake check --no-build