* Add workflow to get Minimum Rust version badge
* Fix branch name
* Only update badge when Rust project updated
* Allow manual execution of Rust Version workflow
* Pull changes before pushing version badge
* Reorder pull
* Fix output variable
* Make pull `--ff-only`
* Run `git status`
To be able to see what's going on in the repo for possible debugging.
* Update Rust version badge [Skip CI]
* Add Rust Version badge to READMEs
* msrv badge only on CD + renaming + fix paths
* Percent encode `+`
* Update msrv badge [Skip CI]
* Remove `release.paths`
`paths` is only valid for `push` or `pull_request`.
https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: o2sh <ossama-hjaji@live.fr>
* Add workflow for getting supported languages badge
* Update supported languages badge [Skip CI]
* Show supported languages badge in READMEs
* Continue if commit fails
A commit can fail due to the old badge having no diff from the new badge. This should not count as a failure for the job, and should not indicate some failure with the release.
* renaming + link to wiki
* renaming + link to wiki
* Update language badge [Skip CI]
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: o2sh <ossama-hjaji@live.fr>
* Add Chinese README
* additional break lines in README.cn.md
Add spacing to make the screenshots better aligned.
Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
* Add README.ja.md
* Add link to Japanese README
* Remove "English" section with no link
It sort of functioned as a "you are here" but it was concluded to not be needed.
Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
* move README.ja.md to docs folder
Co-authored-by: Spenser Black <spenserblack01@gmail.com>
Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>