From 3db7b7602624ae51bab88a7dfc7b205b778c9989 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 13:28:16 +0200 Subject: [PATCH] try to see if this works --- .forgejo/workflows/check.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .forgejo/workflows/check.yaml diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml new file mode 100644 index 0000000..ad174a4 --- /dev/null +++ b/.forgejo/workflows/check.yaml @@ -0,0 +1,11 @@ +on: + push: + pull_request_target: +jobs: + format: + name: "nix fmt" + steps: + - uses: actions/checkout@v4 + - run: nixfmt ${find . ./ -regex '*.nix$'} -- check + # check: + # name: "nix flake check" \ No newline at end of file