Skip to content

Commit

Permalink
feat(#6): gen
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 22, 2024
1 parent eaced5d commit 10078c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ release:
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml
cd github-mirror
sudo npm install @openapitools/openapi-generator-cli -g
sudo openapi-generator-cli generate -i github.yml -g rust -o .
cd ..
cargo --color=never test -vv -- --nocapture
cargo --color=never fmt --check
cargo clippy --all-targets --all-features
Expand Down

0 comments on commit 10078c9

Please sign in to comment.