Actually correct ci i stole from somone2
Some checks failed
CI / formatting (push) Failing after 46s
CI / nix_flake_check (push) Failing after 14s

This commit is contained in:
TheNarratorsFrevor 2025-08-17 23:09:56 +02:00
parent 8f464b002d
commit 5ea8b0d8be
Signed by: Narrator
SSH key fingerprint: SHA256:63kdsfGK9uAs0HH19JHCmbOKolQ/NUm9DNnDZ5q7lPo

View file

@ -2,24 +2,24 @@ name: CI
on: [push]
jobs:
formatting:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
- name: Run nix fmt
run: nix fmt -- --check .
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
- name: Run nix fmt
run: nix fmt -- --check .
nix_flake_check:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
- name: Run nix flake check
run: nix flake check
nix_flake_check:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
- name: Run nix flake check
run: nix flake check