Skip to content

Work in progress: New text renderer #122

Work in progress: New text renderer

Work in progress: New text renderer #122

Workflow file for this run

name: nix build
on:
pull_request:
branches:
- main
paths:
- '**/*.rs'
- '.github/workflows/nix-build.yml'
- 'nix/**'
push:
branches:
- main
paths:
- '**/*.rs'
- '.github/workflows/nix-build.yml'
- 'nix/**'
jobs:
lints:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix build`
run: nix build