Skip to content

Commit d3c55ba

Browse files
committed
Fix typo in main workflow
1 parent d959094 commit d3c55ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/stale-chicken-hunt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-solana-program": patch
3+
---
4+
5+
Fix typo in main workflow

template/base/.github/workflows/main.yml.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
key: {% raw %}${{ runner.os }}-builds-${{ github.sha }}{% endraw %}
100100

101101
test_programs:
102-
name: Test Progams
102+
name: Test Programs
103103
runs-on: ubuntu-latest
104104
needs: format_and_lint_programs
105105
steps:

0 commit comments

Comments
 (0)