mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
New module: pnpm package manager (#6741)
* (feat) New module pnpm added A new module for pnpm is added. Necessary entries were written to BOTMETA.yml. * (feat) Basic tests added * (feat) reduced nesting of ifs * (fix) trying to fix up CI pipelines * (fix) incorrect indentation of alias fixed * (feat) fixed further indentations * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * (fix) various linting and CI errors fixed/ignored * (feat) reduced restriction, new install method Some restrictions on OS are reduced. New installation method, similar to the official installation method, is provided. * (fix) ignoring CentOS 6 for CI. * retrigger checks --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
58d89ce442
commit
568814fc3e
7 changed files with 833 additions and 0 deletions
3
.github/BOTMETA.yml
vendored
3
.github/BOTMETA.yml
vendored
|
@ -980,6 +980,9 @@ files:
|
|||
maintainers: $team_solaris dermute
|
||||
$modules/pmem.py:
|
||||
maintainers: mizumm
|
||||
$modules/pnpm.py:
|
||||
ignore: chrishoffman
|
||||
maintainers: aretrosen
|
||||
$modules/portage.py:
|
||||
ignore: sayap
|
||||
labels: portage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue