diff --git a/.forgejo/workflows/flake.yaml b/.forgejo/workflows/flake.yaml
new file mode 100644
index 0000000..5cd0f47
--- /dev/null
+++ b/.forgejo/workflows/flake.yaml
@@ -0,0 +1,12 @@
+name: Flake Test
+on:
+  push:
+    branches:
+      - main
+jobs:
+  check:
+    runs-on: native
+    container: nixos/nix
+    steps:
+      - uses: actions/checkout@v3
+      - run: nix develop -c just check