Skip to content

Commit

Permalink
Remove example_contracts.list (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc authored Oct 11, 2024
1 parent a1ee944 commit 8f8d2ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
- run: rustup update
- run: cargo fmt --all --check

check-generated-examples-list:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make generate-examples-list
- name: Check no diffs exist
run: git add -N . && git diff HEAD --exit-code

check-generated-full-help-docs:
runs-on: ubuntu-latest-16-cores
steps:
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ build-test: build-test-wasms install
generate-full-help-doc:
cargo run --bin doc-gen --features clap-markdown

generate-examples-list:
curl -sSL https://api.github.com/repos/stellar/soroban-examples/git/trees/main \
| jq -r '.tree[] | select(.type != "blob" and .path != "hello_world" and (.path | startswith(".") | not)) | .path' \
> cmd/soroban-cli/example_contracts.list

test: build-test
cargo test

Expand Down
25 changes: 0 additions & 25 deletions cmd/soroban-cli/example_contracts.list

This file was deleted.

0 comments on commit 8f8d2ac

Please sign in to comment.