Skip to content

Commit

Permalink
T6678: added darker ruff linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 26, 2024
1 parent 42191a8 commit d25662d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint-with-darker-ruff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Lint py code with darker and ruff
on:
pull_request_target:
branches:
- current

permissions:
pull-requests: write
contents: read

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

0 comments on commit d25662d

Please sign in to comment.