diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 4f4d70a..cf810f9 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -52,6 +52,7 @@ jobs: - uses: chartboost/ruff-action@v1 with: args: "check ." + version: 0.1.8 # to enable auto-formatting check, uncomment the following lines below # ruff-formatting: # runs-on: ubuntu-latest @@ -59,4 +60,5 @@ jobs: # - uses: actions/checkout@v3 # - uses: chartboost/ruff-action@v1 # with: - # args: "format ." + # args: "format . --check" + # version: 0.1.8