Test case added to confirm that source combinations of more than 2 in --order-source is handled #1654
Workflow file for this run
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: CICD-base | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
CICD-base: | |
runs-on: ubuntu-latest | |
timeout-minutes: 15 | |
steps: | |
# Checkout codebase | |
- name: Checkout | |
uses: actions/checkout@v2 | |
# Run CICD-base | |
- name: CICD-base | |
uses: docker://blcdsdockerregistry/cicd-base:latest | |
env: | |
PYTHON_PYLINT_CONFIG_FILE: true |