Please install pre-commit tool, so all your commits are automatically checked.
Please follow formatting guidance by running npm run format-check and npm run lint.
Currently it doesn't work:
/bin/sh: 1: MetaTrader 5/metaeditor64.exe: Permission denied
at /__w/MQL-Compile-Action/MQL-Compile-Action/dist/index.js:9488:21
at ChildProcess.exithandler (child_process.js:302:5)
at ChildProcess.emit (events.js:210:5)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
So if OS is non-Windows, we need to prefix command with wine.
Acceptance criteria.
[x] Action / Linux workflow needs to run platform under Linux.
[x] All other tests needs to pass.
IssueHunt Summary
#### [ bunysae](https://issuehunt.io/u/bunysae) has been rewarded.
### Backers (Total: $20.00)
- [ ea31337](https://issuehunt.io/u/ea31337) ($20.00)
### Submitted pull Requests
- [#20 Support linux](https://issuehunt.io/r/FX31337/MQL-Compile-Action/pull/20)
---
### Tips
- Checkout the [Issuehunt explorer](https://issuehunt.io/r/FX31337/MQL-Compile-Action/) to discover more funded issues.
- Need some help from other developers? [Add your repositories](https://issuehunt.io/r/new) on IssueHunt to raise funds.
On non-Windows system, run EXE via Wine.
dev-linux
index.js
.npm run build
.pre-commit
tool, so all your commits are automatically checked.npm run format-check
andnpm run lint
.Currently it doesn't work:
So if OS is non-Windows, we need to prefix command with
wine
.Acceptance criteria.
IssueHunt Summary
#### [ bunysae](https://issuehunt.io/u/bunysae) has been rewarded. ### Backers (Total: $20.00) - [ ea31337](https://issuehunt.io/u/ea31337) ($20.00) ### Submitted pull Requests - [#20 Support linux](https://issuehunt.io/r/FX31337/MQL-Compile-Action/pull/20) --- ### Tips - Checkout the [Issuehunt explorer](https://issuehunt.io/r/FX31337/MQL-Compile-Action/) to discover more funded issues. - Need some help from other developers? [Add your repositories](https://issuehunt.io/r/new) on IssueHunt to raise funds.