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