Skip to content

T6399: added reusable workflows codeowners file to sagitta #42

T6399: added reusable workflows codeowners file to sagitta

T6399: added reusable workflows codeowners file to sagitta #42

Workflow file for this run

---
name: J2 Lint
on:
pull_request:
branches:
- current
- sagitta
- equuleus
workflow_dispatch:
permissions:
pull-requests: write
contents: read
jobs:
j2lint:
uses: vyos/.github/.github/workflows/lint-j2.yml@feature/T6349-reusable-workflows
secrets: inherit