Initial CI setup. #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/initial-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
I want to have continuous integration on this repository.
Changes
This PR adds two workflows:
mainis opened, which runs the linter, formatter and tests.mainhappens, which publishes the package on the internal Cargo registry.Cargo.toml(so I can test the publish job...).