Skip to content

Allow additional init scripts for postgres #31

Allow additional init scripts for postgres

Allow additional init scripts for postgres #31

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
flake-check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.7
with:
fetch-depth: 100
- uses: cachix/install-nix-action@v27
- name: nix flake check
run: nix flake check