Skip to content

chore: clarinet v3.4.0 updates#1050

Merged
ryanwaits merged 4 commits into
developfrom
chore/clarinet-v3.4.0-updates
Jul 31, 2025
Merged

chore: clarinet v3.4.0 updates#1050
ryanwaits merged 4 commits into
developfrom
chore/clarinet-v3.4.0-updates

Conversation

@ryanwaits

Copy link
Copy Markdown
Contributor

@vercel

vercel Bot commented Jul 31, 2025

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hiro-systems-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2025 4:43pm

@hugoclrd

Copy link
Copy Markdown
Contributor

I would also add the fmt --check example here

**Integration with CI**
Automate validation in your continuous integration pipeline. For example, use GitHub Actions:
```yaml .github/workflows/validate.yml -c
name: Contract Validation
on: [push, pull_request]
jobs:
sanity-checks:
runs-on: ubuntu-latest
container: hirosystems/clarinet:latest
steps:
- uses: actions/checkout@v4
- name: Check Clarity contracts check
run: clarinet check --use-on-disk-deployment-plan
```

@hugoclrd

Copy link
Copy Markdown
Contributor

I would also add the fmt --check example here

**Integration with CI**
Automate validation in your continuous integration pipeline. For example, use GitHub Actions:
```yaml .github/workflows/validate.yml -c
name: Contract Validation
on: [push, pull_request]
jobs:
sanity-checks:
runs-on: ubuntu-latest
container: hirosystems/clarinet:latest
steps:
- uses: actions/checkout@v4
- name: Check Clarity contracts check
run: clarinet check --use-on-disk-deployment-plan
```

@hugoclrd hugoclrd left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left a comment about --check

@ryanwaits ryanwaits merged commit a5d8189 into develop Jul 31, 2025
2 checks passed
@ryanwaits ryanwaits deleted the chore/clarinet-v3.4.0-updates branch July 31, 2025 16:44
@ryanwaits ryanwaits mentioned this pull request Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants