Files
pvv-nixos-config/.gitea/workflows/eval.yml
h7x4 f2752ee9a6 .gitea/workflows/*: remove redundant config
All of the extra config is now being included by default with the github
action
2026-05-06 23:34:22 +09:00

17 lines
306 B
YAML

name: "Eval nix flake"
on:
pull_request:
push:
jobs:
evals:
runs-on: debian-latest
steps:
- name: Install sudo
run: apt-get install --update --assume-yes sudo
- uses: actions/checkout@v6
- uses: https://github.com/cachix/install-nix-action@v31
- run: nix flake check