40ants / 40ants/github-actions
Breaks when ordering of inclusions is different
Open
bug
- Dominant language
- Common Lisp
- Stars
- 13
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
e.g.
```
python-version: ['2.7']
plone-version:
- '4.1'
- '4.3'
- '5.0'
- '5.1'
- '5.2'
include:
- plone-version: 5.2
python-version: 3.7
- plone-version: 5.2
python-version: 3.8
```
ends up looking like

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.