1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Jose Storopoli
52fdb00b6d
ci: add typo checking
typos is a powerful source code spell checker.

Adds a CI job that runs on every PR and
push to master (but can also be run manually with
workflow_dispatch) that checks for typos.

Adds a config file .typos.toml that deals with
false positives and only checks for top-level/one-level
.mediawiki and .md files.
2024-08-12 14:31:41 -03:00
Ava Chow
09439bb662 ci: Clarify that diffchecks fails until a number is assigned 2024-05-01 17:02:06 -04:00
Ava Chow
94ca14f34e ci: Use actions/checkout@v4
v3 is deprecated
2024-05-01 17:02:06 -04:00
Ava Chow
7be25f9fb2 ci: Fetch depth 2 for diffchecks 2024-04-24 19:13:38 -04:00
kallewoof
ebea569f19
replace travis with Github Actions (#1432)
replace travis with Github Actions
2023-03-09 11:57:21 +09:00