From cb48155c71149431f072f583f199651c9bb8c5c0 Mon Sep 17 00:00:00 2001 From: Philip Linden Date: Wed, 25 Oct 2023 05:13:09 -0400 Subject: [PATCH] ruff linter --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7e9f93f..6868a62 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,3 +12,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: chartboost/ruff-action@v1 + # Update output format to enable automatic inline annotations. + - name: Run Ruff + run: ruff check --output-format=github .