smartcontractkit / smartcontractkit/chainlink-cosmos
Enable 'cargo schema' checks in '.github/workflows/contracts.yml'
Open
@archseer is already working on this.
Since Dec 29, 2021.
- Dominant language
- Go
- Stars
- 23
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Consider this extracted snippet:
# TODO: we should check
# CHANGES_IN_REPO=$(git status --porcelain)
# after this, but I don't know how
# - name: Generate Schema
# run: nix develop -c cargo schema --locked
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .github/workflows/contracts.yml and inspect the commented cargo schema command and TODO about checking git status. Run the existing workflow context needed for nix develop -c cargo schema --locked, then determine how generated changes should be detected; done means the workflow performs the schema check and reports unexpected changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, rust
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100