Skip to content

(prog) nerd

(prog) nerd #6

Workflow file for this run

---
name: build
on:
push:
branches: [master]
paths:
- bited-build.toml
- src/**
- flake.nix
- flake.lock
- default.nix
- .github/workflows/build.yml
pull_request:
branches: [master]
paths:
- bited-build.toml
- src/**
- flake.nix
- flake.lock
- default.nix
- .github/workflows/build.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
with:
ref: master
persist-credentials: false
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flakehub-cache-action@main
- run: nix build .#kirsch
- name: artifacts
uses: actions/upload-artifact@v4
with:
name: kirsch
path: result/share/fonts