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
* Add pony-lint CI workflow and fix lint issues
Add the pony-lint workflow to run on PRs that touch .pony files.
Add Makefile lint target. Fix existing style issues.
* Rename files to match principal type names
valbytes.pony → val_bytes.pony (principal type: ValBytes)
examples/wc/wc.pony → main.pony (principal type: Main)
* Add package docstring files after renames
The package docstring file must match the package name. After renaming
valbytes.pony to val_bytes.pony and wc.pony to main.pony, we need
separate package docstring files.
0 commit comments