From 94b5627ed1cc4f843cef0da2e02b0556756a112c Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 8 Jul 2024 16:58:42 +0530 Subject: [PATCH] Pass args as value to script in lune command --- .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 d187251..cceffd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: cache: true - name: Check formatting - run: lune run fmt src/ --check + run: lune run fmt src/ -- --check lint: needs: ["fmt"]