Skip to content

Commit 5f5925e

Browse files
committed
Merge branch 'renovate/total-typescript-exercise-cli-0.x' of https://github.com/mattpocock/beginners-typescript into renovate/total-typescript-exercise-cli-0.x
2 parents bbe6e29 + 09c51b9 commit 5f5925e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/renovate-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "renovate/**"
66

77
jobs:
8-
check:
8+
build:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Main
@@ -28,4 +28,4 @@ jobs:
2828
- name: Copy Snapshot To Branch
2929
run: cp main/snap.md branch/snap.md
3030
- name: Compare Snapshot In Branch
31-
run: (cd branch && npx tt-cli compare-snapshot ./snap.md)
31+
run: (cd branch && npx tt-cli compare-snapshot)

0 commit comments

Comments
 (0)