-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compilation on Windows #114
Conversation
This fixes compilation of custom configs on 🪟. @philippfromme if you want to you could add a unit test along the lines of #113. |
Verified to work for |
One of the issues I fixed on my branch is that the paths are absolute:
I'm not sure if this is only happening on Windows. |
This now also make sure rules are imported from modules instead of absolute paths. |
@nikku I've added my changes. Please have a look. |
I've cleaned up the commits. One final remark we could consider: https://github.com/bpmn-io/bpmnlint/pull/114/files#r1270570682. |
2fc7951
to
e088a87
Compare
abe4038
to
bfd24f1
Compare
+ remove unnecessary cache action
This fixes #112, which turned out to be a 🪟 only issue.
As it stands we need to properly convert paths between 🪟 and 🐧 before we normalize or join, as these node utilities do a bad (to no) job of converting.