Digging up your artifacts since 2018
Перейти к файлу
David Sanders 4442bc0e15
build: bump express and @probot/pino to clear audit (#51)
2024-10-16 15:35:13 -04:00
.github
design
src
.gitignore
.prettierrc.json
LICENSE
README.md
app.json
package.json
tsconfig.json
yarn.lock

README.md

Electron Archaeologist

Digging up and comparing your artifacts since 2018

What does this do?

This bot generates diffs for every PR to electron/electron for the generated electron.d.ts file so that reviewers checking docs changes can see easily whether or not the typings file was generated correctly.

How?

Check out the code, basically we spin up custom circleci jobs that store the "before" and "after" electron.d.ts files as artifacts, compare them and then post the results using the github checks API.