From 16991778914bc5c6dfaa539aaf56ceeb611a2053 Mon Sep 17 00:00:00 2001 From: Bernard Duggan Date: Thu, 26 Sep 2024 17:43:14 +1000 Subject: [PATCH] Fix workflow linting --- .github/workflows/on-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 5d629b2..6207bde 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -68,7 +68,7 @@ jobs: - run: mix deps.get - run: mix compile - run: mix format --check-formatted - if: ${{matrix.lint}} # Only check formatting with the latest verison + if: ${{matrix.pair.lint}} # Only check formatting with the latest verison - run: mix dialyzer - if: ${{matrix.lint}} # Only check formatting with the latest verison + if: ${{matrix.pair.lint}} # Only check formatting with the latest verison - run: mix test