From 0ff7ca5b47c833df09f73f9692a422f4920a321f Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 3 Mar 2026 01:34:27 -0500 Subject: [PATCH] ci: fix --- .github/workflows/quality.yaml | 2 +- statix.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 statix.toml diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index fafa313..769e501 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -81,7 +81,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v31 - - run: nix develop --command selene --display-style quiet . + - run: nix develop --command selene --display-style quiet --config config/nvim/selene.toml . prettier: name: Prettier Format Check diff --git a/statix.toml b/statix.toml new file mode 100644 index 0000000..9a6187c --- /dev/null +++ b/statix.toml @@ -0,0 +1,3 @@ +[disabled] +repeated_keys = true +empty_pattern = true