Enabled PR job pylint warnings parsing plugin (for legacy Jenkins ins… #468
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI pipeline | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
branches: [ develop ] | |
jobs: | |
pipeline: | |
if: github.server_url != 'https://github.com' | |
uses: ./.github/workflows/pipeline.yml | |
secrets: inherit |