Skip to content

feat: show created at field #17

feat: show created at field

feat: show created at field #17

Workflow file for this run

name: Nix CI
on:
pull_request:
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
- name: Run Flake Check
run: nix flake check
- name: Run a Build
run: nix build .#default