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