Skip to content

Commit fdffb8d

Browse files
committed
fix: add Pinocchio CI badge and rename Rust workflow
- Add scheduled-run badge for the Pinocchio workflow, which has been active for months (286 runs, 13 example projects) but was missing from the README. - Rename 'Rust' workflow to 'Rust Lint' to clarify it only runs cargo fmt and clippy checks, not builds or tests. Note: ASM workflow exists on asm/transfer branch but hasn't been merged to main yet, so no badge added for it.
1 parent c7ed3e2 commit fdffb8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The name of your workflow. GitHub displays the names of your workflows on your repository's "Actions" tab
2-
name: Rust
2+
name: Rust Lint
33

44
# To automatically trigger the workflow
55
on:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Onchain program examples for :anchor: Anchor and :crab: Native Rust.
44

5-
[![Anchor](https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml) [![Native](https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml)
5+
[![Anchor](https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/anchor.yml) [![Native](https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/solana-native.yml) [![Pinocchio](https://github.com/solana-developers/program-examples/actions/workflows/solana-pinocchio.yml/badge.svg?event=schedule)](https://github.com/solana-developers/program-examples/actions/workflows/solana-pinocchio.yml)
66

77
This repo contains Solana onchain programs (referred to as 'Smart Contracts' in other blockchains).
88

0 commit comments

Comments
 (0)