You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sandhose opened this issue
Jan 22, 2025
· 1 comment
Labels
A-CIRelated to continuous integration/GitHub ActionsT-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
We have a few places where we use actions/github-script with inline JS. These are error-prone, as we have no linter or typechecker on those scripts.
We should extract them, and make sure we run them through biome & tsc
The text was updated successfully, but these errors were encountered:
sandhose
added
A-CI
Related to continuous integration/GitHub Actions
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
labels
Jan 22, 2025
A-CIRelated to continuous integration/GitHub ActionsT-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
We have a few places where we use
actions/github-script
with inline JS. These are error-prone, as we have no linter or typechecker on those scripts.We should extract them, and make sure we run them through biome & tsc
The text was updated successfully, but these errors were encountered: