Clean up a bit
CI checks / stable / fmt (push) Successful in 4s Details

This commit is contained in:
chmanie 2023-06-13 10:12:26 +02:00
parent a7c2fe391b
commit 73cc79d776
3 changed files with 0 additions and 7 deletions

View File

@ -1,6 +0,0 @@
#!/bin/bash
if [ "$(echo $GITHUB_REF| cut -d'/' -f2)" != "tags" ]; then
echo "Not a tag"
exit 1;
fi

View File

@ -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:

Binary file not shown.