Skip to content

dev: ci and flake revamp #2

dev: ci and flake revamp

dev: ci and flake revamp #2

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
services:
postgres:
image: postgis/postgis:16-3.4-alpine
env:
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- run: nix develop -c check_project