Skip to content

Commit 6b1fc86

Browse files
authored
Fix syntax error in mypy primer comment (#15156)
1 parent 29cc561 commit 6b1fc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if (data.trim()) {
7979
body = 'Diff from [mypy_primer](https://github.com/hauntsaninja/mypy_primer), showing the effect of this PR on open source code:\n```diff\n' + data + '```'
8080
} else {
81-
body = 'According to [mypy_primer](https://github.com/hauntsaninja/mypy_primer), this change doesn't affect type check results on a corpus of open source code. ✅'
81+
body = "According to [mypy_primer](https://github.com/hauntsaninja/mypy_primer), this change doesn't affect type check results on a corpus of open source code. ✅"
8282
}
8383
const prNumber = parseInt(fs.readFileSync("pr_number.txt", { encoding: "utf8" }))
8484
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)