Skip to content

Commit 3894bcb

Browse files
committed
change test
1 parent a819ebf commit 3894bcb

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
name: Build & Test
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v4
1313

14-
- uses: actions/setup-node@v4
15-
with:
16-
node-version: 20
17-
cache: 'npm'
14+
- uses: actions/setup-node@v4
15+
with:
16+
node-version: 20
17+
cache: 'npm'
1818

19-
- name: Install dependencies
20-
run: npm install
19+
- name: Install dependencies
20+
run: npm install
2121

22-
- name: Run all checks
23-
run: npm run all
22+
- name: Run all checks
23+
run: npm run all

fixtures/file1_basic.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ A
22
B
33
C
44
D
5+
ABC

src/notifications.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ ${result.output}
5050
${commentLocator(label)}`;
5151
};
5252

53-
// comment
54-
5553
const createComment = async (
5654
octokit: InstanceType<typeof GitHub>,
5755
context: Context,

0 commit comments

Comments
 (0)