Update CI workflows for new file structure
Closed this issue · 0 comments
bjosv commented
Make sure the CI workflows work with current file structure.
Workflows originated from hiredis:
- build.yml
- release-drafter.yml
- spellcheck.yml
- test.yml
Workflows originated from hiredis-cluster:
- ci.yml
- coverity.yml
- db-compatibility.yml
The actions needed:
- All workflows are moved and has passed at least once.
- Add project to https://scan.coverity.com/. [Done in #94].
- Possibly use new action in spellcheck.yml, see spell-check.yml in valkey repo. [#101]