wait this is completely useless lmao

This commit is contained in:
Sako 2023-08-07 22:41:02 +03:00 committed by GitHub
parent f7a2270392
commit 4962d42b12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,22 +0,0 @@
name: Flake Check
on:
push:
branches:
- master
schedule:
- cron: "30 12 * * *"
workflow_dispatch:
jobs:
flake-checker:
name: Flake Checker
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: DeterminateSystems/flake-checker-action@v5