.gitea/workflows/check: init
Run nix flake check / build (push) Failing after 53s

This commit is contained in:
2026-05-31 17:54:50 +09:00
parent 8c9155a455
commit 3a77d225ef
+19
View File
@@ -0,0 +1,19 @@
name: "Run nix flake check"
on:
workflow_dispatch:
pull_request:
push:
jobs:
build:
runs-on: debian-latest
steps:
- uses: actions/checkout@v6
- name: Install sudo
run: apt-get update && apt-get -y install sudo
- name: Install nix
uses: https://github.com/cachix/install-nix-action@v31
- name: Nix flake check
run: nix flake check