Skip to content

Commit d9da8ae

Browse files
Merge pull request #3 from UcheSylvester/fixes
Cleanups
2 parents 4bb2252 + 33acacd commit d9da8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: 'Checkout'
1919
uses: actions/checkout@v3
20+
with:
21+
fetch-depth: 0
2022

2123
- name: 'Setup node'
2224
uses: pnpm/action-setup@v2

src/helpers/get-changed-files.ts

-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ export const getChangedFiles = async (base: string, head: string) => {
77
if (stderr) return reject(new Error(stderr));
88
resolve(stdout);
99
});
10-
11-
console.log("Hello World!");
1210
});
1311
};

0 commit comments

Comments
 (0)