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 --build=<library> to package creation (#119)
Without this flag, newer revisions of a package will not be created and
the old version will be downloaded again, doing nothing silently OR
crashing due to old dependencies that may be broken.
👷 API docs now pulls branch and commits on top of it (#118)
* 👷 API docs now pulls branch and commits on top of it
This way PRs stack with updated commits
♻️ Simplify tests.yml by auto-detecting repo name and deprecating cov…
…erage inputs (#112)
- Change `repo` input to default to `github.repository` instead of being
required
- Mark `library`, `coverage`, `fail_on_coverage`, and
`coverage_threshold` inputs as deprecated since coverage should now be
handled by the package itself
- Remove single quotes around `--version='latest'` for consistency
- Add descriptions to all workflow inputs for better documentation
- Reorganize inputs with deprecated ones grouped at the bottom
- Update self_check.yml to remove now-unnecessary `library` parameter
✨ Add enable_clang_tidy option to tests.yml (#111)
* ✨ Add enable_clang_tidy option to tests.yml
Set the option `enable_clang_tidy=True` for packages with that option
available.
* Make each self check dependant on its file