Skip to content

Commit

Permalink
Fix typo in main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Jul 29, 2024
1 parent d959094 commit d3c55ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stale-chicken-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-solana-program": patch
---

Fix typo in main workflow
2 changes: 1 addition & 1 deletion template/base/.github/workflows/main.yml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
key: {% raw %}${{ runner.os }}-builds-${{ github.sha }}{% endraw %}

test_programs:
name: Test Progams
name: Test Programs
runs-on: ubuntu-latest
needs: format_and_lint_programs
steps:
Expand Down

0 comments on commit d3c55ba

Please sign in to comment.