Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

γ€ŒπŸ†™γ€ update(all): just made a quick update ! #20

γ€ŒπŸ†™γ€ update(all): just made a quick update !

γ€ŒπŸ†™γ€ update(all): just made a quick update ! #20

name: Check Formatting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Enable Flakes
uses: DeterminateSystems/flake-checker-action@main
- name: Run Nix Flake Check
run: nix flake check --all-systems