Wulf / tsync

Synchronize rust and typescript types!
Other
116 stars 10 forks source link

Fix broken CI workflow #52

Closed AnthonyMichaelTDM closed 5 months ago

AnthonyMichaelTDM commented 5 months ago

The current CI workflow file is invalid, the test job depends on the build job, but there is no build job so the workflow always fails.