Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electron/archaeologist
Digging up your artifacts since 2018
https://github.com/electron/archaeologist
Last synced: 29 days ago
JSON representation
Digging up your artifacts since 2018
- Host: GitHub
- URL: https://github.com/electron/archaeologist
- Owner: electron
- License: mit
- Created: 2018-08-15T02:13:38.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T10:12:52.000Z (7 months ago)
- Last Synced: 2024-04-14T03:56:18.384Z (7 months ago)
- Language: TypeScript
- Size: 209 KB
- Stars: 13
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome - electron/archaeologist - Digging up your artifacts since 2018 (TypeScript)
README
# 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.