cleydyr / dart-sass-maven-plugin

A Maven plugin that allows to compile SASS using Dart Sass
MIT License
15 stars 9 forks source link

update github actions and added example running on alpine #45

Closed tubbynl closed 1 month ago

tubbynl commented 1 month ago

updated github actions to v4

not copying pom from musl/test-project as proof of concept

that seems to indicate that setting <os>linux-musl</os> is required for running on alpine images, should that be auto-detected or is it by-design?

tubbynl commented 1 month ago

i think the rest of this pull request makes sense @cleydyr

cleydyr commented 1 month ago

Hey, @tubbynl . Thank you for this PR. I'm thinking of adding musl auto detection for Linux OSes, but for now, the warning you added to the README makes sense.