The action is now written in plain old javascript. But typescript offers early type checking, so would be beneficial.
At the same time, prettier should be integerated, maybe some vs-code settings (.vscode/settings.json).
When migrating to typescript, the eslint rules also need to be changed.
See https://github.com/actions/typescript-action
The action is now written in plain old javascript. But typescript offers early type checking, so would be beneficial.
At the same time, prettier should be integerated, maybe some vs-code settings (
.vscode/settings.json).When migrating to typescript, the eslint rules also need to be changed.
See https://github.com/actions/typescript-action