Skip to content

fix: correct typos and improve Pydantic v2 compatibility #14

fix: correct typos and improve Pydantic v2 compatibility

fix: correct typos and improve Pydantic v2 compatibility #14

Workflow file for this run

name: Nix checks
on:
pull_request:
push:
branches: [main, dev]
jobs:
checks:
runs-on: ubicloud-standard-2
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check health of flake.lock
uses: DeterminateSystems/flake-checker-action@main
with:
fail-mode: true