From 39d264add1342ae507db726ed699098bacaefda2 Mon Sep 17 00:00:00 2001 From: Mathias Polligkeit <13847569+woylie@users.noreply.github.com> Date: Thu, 27 Aug 2026 08:15:34 +0200 Subject: [PATCH] fix warnings-as-errors typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9e689b1af..71aa786583 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: mix deps.unlock --check-unused if: ${{ matrix.lint }} - name: Compile lint - run: mix compile --warning-as-errors + run: mix compile --warnings-as-errors if: ${{ matrix.lint }} - name: Run tests run: mix test