Skip to content

T6674: Use reusable workflow for trigger package build #20

T6674: Use reusable workflow for trigger package build

T6674: Use reusable workflow for trigger package build #20

Workflow file for this run

name: Lint py code with ruff
on:
pull_request_target:
branches:
- current
permissions:
pull-requests: write
contents: read
jobs:
ruff-lint:
uses: vyos/.github/.github/workflows/lint-with-ruff.yml@current
secrets: inherit