Skip to content

Commit

Permalink
Merge branch 'develop' into maintenance/yamllint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh authored Nov 3, 2021
2 parents 3194f15 + 426dfd5 commit cbc8032
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,16 @@ jobs:
--parallel auto
--parallel-live
--skip-missing-interpreters false
check: # This job does nothing and is only used for the branch protection
needs:
- build
- tox

runs-on: ubuntu-latest

steps:
- name: Report success of the test matrix
run: >-
print("All's good")
shell: python

0 comments on commit cbc8032

Please sign in to comment.