diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-06 01:07:20 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-06 01:07:20 +0530 |
| commit | 0aa05f2f0d6d432108e792424a055115af40c484 (patch) | |
| tree | 7b2d88319236721212869b14906d617e22d4e90b | |
| parent | fad18d17d0146ab2026c2c5ad7551ef535528003 (diff) | |
| download | vyos-workflow-test-temp-0aa05f2f0d6d432108e792424a055115af40c484.tar.gz vyos-workflow-test-temp-0aa05f2f0d6d432108e792424a055115af40c484.zip | |
test
| -rw-r--r-- | .github/workflows/ruff-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ruff-lint.yml b/.github/workflows/ruff-lint.yml index e84f5a2..8909621 100644 --- a/.github/workflows/ruff-lint.yml +++ b/.github/workflows/ruff-lint.yml @@ -36,5 +36,5 @@ jobs: - name: Lint uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b with: - args: 'format --check' + args: check changed-files: 'true'
\ No newline at end of file |
