From 5cc6765b4e508eb0e16ae7f7de3d583a6cead6b6 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Sat, 3 Aug 2024 17:14:41 +0530 Subject: T0000: ruff test --- .github/workflows/ruff-lint.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/ruff-lint.yml (limited to '.github/workflows') diff --git a/.github/workflows/ruff-lint.yml b/.github/workflows/ruff-lint.yml new file mode 100644 index 0000000..559853c --- /dev/null +++ b/.github/workflows/ruff-lint.yml @@ -0,0 +1,15 @@ +--- +name: Ruff Lint + +on: [push, pull_request] + +jobs: + ruff-lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b + with: + changed-files: 'true' -- cgit v1.2.3