mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore(linux): revert whitespace-only changes
Addresses code review comment. Build-bot: skip Test-bot: skip
This commit is contained in:
parent
1f02bc02f6
commit
ede6a3e4e1
2 changed files with 1 additions and 3 deletions
2
.github/workflows/pr-build-status.yml
vendored
2
.github/workflows/pr-build-status.yml
vendored
|
|
@ -219,7 +219,6 @@ jobs:
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
const { owner, repo } = context.repo;
|
||||
const sha =
|
||||
context.payload?.check_suite?.sha || /* check run completed */
|
||||
|
|
@ -232,4 +231,3 @@ jobs:
|
|||
const res = await test(github, owner, repo, sha);
|
||||
await updateCheck(github, owner, repo, checkRunId, res[0], res[1], res[2]);
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -212,4 +212,4 @@
|
|||
|
||||
export const unitTestEndpoints = {
|
||||
getCommitStatuses, calculateCheckResult, getCommitCheckRuns
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue