Skip to content

Update tag version #717

Update tag version

Update tag version #717

Workflow file for this run

name: build
on:
push:
workflow_dispatch:
jobs:
pre-commit:
name: ✅ pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.14"
- name: Run pre-commit
uses: pre-commit/[email protected]
nix:
name: 🧪 nix validations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
- name: nix flake check
run: nix flake check