Skip to content

Commit

Permalink
T6678: ruff lint workflow added (#4033)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya committed Sep 10, 2024
1 parent ec3ebe8 commit d739a10
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint py code with darker and ruff
name: Lint py code with ruff
on:
pull_request_target:
branches:
Expand All @@ -9,6 +9,6 @@ permissions:
contents: read

jobs:
darker-ruff-lint:
uses: vyos/.github/.github/workflows/lint-with-darker-ruff.yml@current
ruff-lint:
uses: vyos/.github/.github/workflows/lint-with-ruff.yml@current
secrets: inherit

0 comments on commit d739a10

Please sign in to comment.