Skip to content

chore: flake and GitHub Action workflows cosmetics (#23) #1

chore: flake and GitHub Action workflows cosmetics (#23)

chore: flake and GitHub Action workflows cosmetics (#23) #1

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .#runrs-docker-image