Skip to content

fix: allow brockman to access brockman group files #255

fix: allow brockman to access brockman group files

fix: allow brockman to access brockman group files #255

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Nix
uses: cachix/install-nix-action@v16
- name: Check formatting
run: |
dpkg --print-architecture
nix run .#check-formatting
- name: Validate configs
run: nix run .#check-configs
- name: Build
run: nix build .#vm --impure --dry-run