nix-config/.gitea/workflows/check-flake.yaml
Zuckerberg 886c4c5250
Some checks failed
Check Flake / check-flake (push) Failing after 4s
try installing sudo
2023-04-23 19:00:25 -06:00

19 lines
402 B
YAML

name: Check Flake
on: [push]
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- name: Install sudo
run: apt install sudo
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v20
- name: Checkout the repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check Flake
run: nix flake check