Compare commits
No commits in common. "b0cc60971e2e4ef5f747da00d3fa550a24c49b29" and "a9d7e70f29c853e4c90b860e5264b3d2cab41a44" have entirely different histories.
b0cc60971e
...
a9d7e70f29
3 changed files with 3 additions and 4 deletions
|
|
@ -23,8 +23,8 @@ jobs:
|
|||
|
||||
- name: Setup Rust toolchain
|
||||
run: |
|
||||
rustup component add llvm-tools-preview
|
||||
rustup component add --toolchain nightly rustfmt clippy
|
||||
rustup component add clippy llvm-tools-preview
|
||||
rustup component add --toolchain nightly rustfmt
|
||||
|
||||
- name: Setup additional tooling
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -226,7 +226,6 @@ verify:
|
|||
export RUSTFLAGS=${RUSTFLAGS:-"-Dwarnings"}
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
echo "Git working tree is dirty: Commit or stash your changes first"
|
||||
git status
|
||||
exit 1
|
||||
fi
|
||||
{{ just_cmd }} version-assess format-assess lint-assess check test cover-assess
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "en"
|
||||
version = "0.1.1"
|
||||
version = "0.1.0"
|
||||
description = "A non-linear writing instrument."
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue