Skip to content

fmt: codebase

fmt: codebase #112

Workflow file for this run

name: Nix Flake actions
on:
pull_request:
push:
branches:
- main
- feat/*
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
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: Build default package
run: nix build .
- name: Check flakes
run: nix flake check
- name: Build migrations
run: nix build .#ls-ap-migration