Skip to content

Fix automated updates (another try) #22

Fix automated updates (another try)

Fix automated updates (another try) #22

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- name: build
run: nix-build -A build -A shell -A checks