From d0b37c2fa1e8a5d22a283ca72733cddf599ee454 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 21 Oct 2023 10:21:12 -0700 Subject: [PATCH] Move to ruff action --- .github/workflows/lint.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6e558a6..53f3cce 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -25,14 +25,4 @@ jobs: file_or_dir: "./" config_file: "./.yaml-lint.yaml" strict: true - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: "3.10" - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements_dev.txt - - name: Lint with ruff - run: | - ruff check --format=github . + - uses: chartboost/ruff-action@v1.0.0