Closed pykong closed 7 months ago
That requires using github action toolkit to write a javascript based action which I don't have much experiences.
@randy3k Thanks for your response. Let me check on that.
@randy3k I could not get it to work either. Maybe there will be simpler ways for reusing GitHub Actions in the future as the platform matures.
Still, I would see this of tremendous value to plugin developers. Hence, I'll suggest leaving this issue open as a feature request.
I kinda know how it works, but it requires writing JS/TS which I don't have many experiences and I don't have time to learn new things now.
Github Actions are available via
...
steps:
- uses: actions/checkout@v4
- uses: SublimeText/UnitTesting/actions/setup@v1
- uses: SublimeText/UnitTesting/actions/run-tests@v1
...
It would be great if the GitHub Action in this repo would be published. The current
README.md
advises:It would be much better if we could simply put a reference in our workflow files, like so:
Example of a package allowing such reference: https://github.com/cclauss/GitHub-Action-for-pytest