Testing!
This release improves the CLI scaffold template with a new file: index.test.js
. It outlines a pattern for testing GItHub Actions with actions-toolkit, leveraging Toolkit.run
. Try it out with:
npx actions-toolkit <folder>
I'll be sharing some docs on this soon!
What’s Changed
- Fix publish workflow (#72) @JasonEtco
- Include test file in CLI scaffold (#73) @JasonEtco