Skip to content

feat: add azure psql backups #162

feat: add azure psql backups

feat: add azure psql backups #162

Workflow file for this run

name: "Format check"
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install Nix
uses: cachix/install-nix-action@v31
- name: Run formatter
run: |
nix build .#checks.$(uname -m)-linux.formatting -L