From 4add18ca4224a8ba61f1e1ca4107d7f5ebabdb9f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 11 Apr 2025 21:26:07 +0100 Subject: [PATCH] Add flake.yaml --- .forgejo/workflows/flake.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .forgejo/workflows/flake.yaml diff --git a/.forgejo/workflows/flake.yaml b/.forgejo/workflows/flake.yaml new file mode 100644 index 0000000..05add67 --- /dev/null +++ b/.forgejo/workflows/flake.yaml @@ -0,0 +1,11 @@ +name: Flake Test +on: + push: + branches: + - main +jobs: + check: + runs-on: native + steps: + - uses: actions/checkout@v3 + - run: nix develop -c just check