Skip to content

Commit dd650d8

Browse files
committed
fix: remove trailing whitespace
1 parent 15ca1a7 commit dd650d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lab-autograding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
const pr = await github.rest.pulls.get({ owner, repo, pull_number: issue_number });
3131
const labels = pr.data.labels;
3232
const lab = labels.find((label) => label.name.startsWith('lab'));
33-
if (!lab) {
33+
if (!lab) {
3434
core.setFailed('No lab label found on the PR.');
3535
return { number: 0 };
3636
}

0 commit comments

Comments
 (0)