From 3498605c33bf9e675a7184da7f16370441b69b83 Mon Sep 17 00:00:00 2001 From: yut23 Date: Wed, 24 Apr 2024 18:45:30 -0400 Subject: [PATCH] Have the linter workflow check formatting as well --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dc3e6a1..745ebc2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,4 +30,4 @@ jobs: run: pip install --upgrade hatch - name: Run linter - run: hatch fmt --linter --check + run: hatch fmt --check