WolframResearch / codeparser

Parse Wolfram Language source code as abstract syntax trees (ASTs) or concrete syntax trees (CSTs)
MIT License
123 stars 14 forks source link

[Action] Use scripts instead of docker. #20

Closed kenkangxgwe closed 4 years ago

kenkangxgwe commented 4 years ago

It turns out that the github-action-for-wolfram-language is a standalone docker that all the steps which follow it cannot access its file. So I manually scripted the commands.

This PR will be pushed to your bostick-patch-1 branch first, so you can continue to add the next step to run tests and parse the test results (which I guess will be nasty) after Install Paclet.

Once the whole action workflow is finished on that branch, we can merge #19 to master.

bostick commented 4 years ago

Thanks @kenkangxgwe for extending this.