Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Dec 5, 2024
1 parent a819ebf commit 3894bcb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'

- name: Install dependencies
run: npm install
- name: Install dependencies
run: npm install

- name: Run all checks
run: npm run all
- name: Run all checks
run: npm run all
1 change: 1 addition & 0 deletions fixtures/file1_basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ A
B
C
D
ABC
2 changes: 0 additions & 2 deletions src/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ ${result.output}
${commentLocator(label)}`;
};

// comment

const createComment = async (
octokit: InstanceType<typeof GitHub>,
context: Context,
Expand Down

0 comments on commit 3894bcb

Please sign in to comment.