Skip to content

Pushing tags instead #12

Pushing tags instead

Pushing tags instead #12

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v28
with:
nix_conf: experimental-features = nix-command flakes
- run: nix build .#default
- run: nix flake check