diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-06 14:20:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 14:20:24 +0530 |
commit | 5a6c38d483a176734c9777e62baeb94a66b67176 (patch) | |
tree | 52347875efdb585e2ae00e6147020eae0ac49052 | |
parent | ef1dfe7f1e2967b1cada50249a29ef8309ad9ff3 (diff) | |
download | vyos-workflow-test-temp-5a6c38d483a176734c9777e62baeb94a66b67176.tar.gz vyos-workflow-test-temp-5a6c38d483a176734c9777e62baeb94a66b67176.zip |
Test
-rw-r--r-- | .github/workflows/ruff-lint.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ruff-lint.yml b/.github/workflows/ruff-lint.yml index a86d133..e34dcb7 100644 --- a/.github/workflows/ruff-lint.yml +++ b/.github/workflows/ruff-lint.yml @@ -22,13 +22,13 @@ jobs: with: python-version: '3.11' - # - name: Lint - # uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b - # with: - # args: check - # changed-files: 'true' + - name: Lint + uses: chartboost/ruff-action@v1 + with: + args: check + changed-files: 'true' - - uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b + - uses: chartboost/ruff-action@v1 with: args: format --diff changed-files: true
\ No newline at end of file |