Skip to content

Commit 03c8dd8

Browse files
committed
Merge branch 'feat/subject-regex' of github.com:jef/conventional-commits-pr-action into feat/subject-regex
2 parents f153a48 + faf8b86 commit 03c8dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lint.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { context } from "@actions/github";
77
import * as core from "@actions/core";
88
import { beforeEach, afterEach, describe, expect, it, vi } from "vitest";
99

10-
describe("getConvetionalCommitTypes tests", () => {
10+
describe("getConventionalCommitTypes tests", () => {
1111
it("should return types", () => {
1212
const types = getConventionalCommitTypes();
1313

0 commit comments

Comments
 (0)