Clean up a bit
CI checks / stable / fmt (push) Successful in 4s
Details
CI checks / stable / fmt (push) Successful in 4s
Details
This commit is contained in:
parent
a7c2fe391b
commit
73cc79d776
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "$(echo $GITHUB_REF| cut -d'/' -f2)" != "tags" ]; then
|
||||
echo "Not a tag"
|
||||
exit 1;
|
||||
fi
|
||||
|
|
@ -15,7 +15,6 @@ jobs:
|
|||
target: ["armv7-unknown-linux-gnueabihf", "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: .gitea/scripts/check-tag
|
||||
- run: cargo fmt --check
|
||||
- uses: https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
|
|
|
|||
BIN
Draft.rnote
BIN
Draft.rnote
Binary file not shown.
Loading…
Reference in New Issue