Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Jan 17, 2025
1 parent cc7d5f5 commit 9d6d358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const checkNames = {
lint: 'Linting',
build: 'Build',
// Tests
'Common Tests': 'Unit tests (common)',
'Common tests': 'Unit tests (common)',
memory: 'Unit tests (InMemory)',
context: 'Unit tests (contexts)',
index: 'Unit tests (Index)',
Expand Down Expand Up @@ -71,4 +71,5 @@ export async function completeCheck(id, conclusion, title = '', summary = '') {
output: { title, summary },
});
check.completed = true;
checks.set(id, check);
}

0 comments on commit 9d6d358

Please sign in to comment.