From 15fcab784cbceff5f569ad813eb8264c5e309647 Mon Sep 17 00:00:00 2001 From: EncodedVenom <32179912+EncodedVenom@users.noreply.github.com> Date: Sat, 5 Oct 2024 21:10:58 -0400 Subject: [PATCH] Update lint.yml --- .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 e2a54af..13d5420 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,4 +17,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} version: latest # NOTE: we recommend pinning to a specific version in case of formatting changes # CLI arguments - args: --check ./src + args: ./src