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"]