From 6499067bcdab8525edb1e4e27509785f3a98c3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Ci=C4=99=C5=BCarkiewicz?= Date: Sun, 17 Sep 2023 20:50:45 -0700 Subject: [PATCH] feat(ci): check flake gh action --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4840a0a..83863a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,16 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: + self-care: + name: Flake self-check + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Check Nix flake inputs + uses: DeterminateSystems/flake-checker-action@v5 + with: + fail-mode: true + lint: name: "Lint" runs-on: ubuntu-latest