Actions workflow https://github.com/artipie/ppom/blob/master/.github/workflows/verify.yaml was added to verify all Artipie modules on pom changes. It uses https://github.com/artipie/ppom/blob/master/scripts/verify.sh script to compile source and test. It could be used locally with `./scripts/verify artipie/adapter-name`. Some adapters are missed here, we need to add all modules to verify on build. @artipie/members - please check this issue and add adapters you are maintaining.
Actions workflow https://github.com/artipie/ppom/blob/master/.github/workflows/verify.yaml was added to verify all Artipie modules on pom changes. It uses https://github.com/artipie/ppom/blob/master/scripts/verify.sh script to compile source and test. It could be used locally with
./scripts/verify artipie/adapter-name.Some adapters are missed here, we need to add all modules to verify on build.
@artipie/members - please check this issue and add adapters you are maintaining.