Skip to content

Commit 18d07e3

Browse files
committed
Test comment out PR trigger
1 parent c43bd0b commit 18d07e3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/spell_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PR
22
on:
3-
pull_request:
3+
# pull_request:
44
push:
55
branches:
66
- main

ConsoleApp/SpellCheckTest.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public class SpellCheckTest
2+
{
3+
public SpellCheckTest()
4+
{
5+
var blah = "typoz";
6+
}
7+
}

0 commit comments

Comments
 (0)