mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
CI test again
This commit is contained in:
parent
3de4aee5d5
commit
5194b35310
3 changed files with 102 additions and 30 deletions
7
scripts/ci_version.py
Normal file
7
scripts/ci_version.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import re
|
||||
|
||||
cargo_manifest = open("noita-proxy/Cargo.toml", "r").read()
|
||||
version = re.findall('version = "(.*?)"', cargo_manifest)[0]
|
||||
|
||||
print("Version:", version)
|
||||
assert version is not None
|
Loading…
Add table
Add a link
Reference in a new issue