Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-12 | ci: add typo checking | Jose Storopoli | |
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-05-01 | ci: Clarify that diffchecks fails until a number is assigned | Ava Chow | |
2024-05-01 | ci: Use actions/checkout@v4 | Ava Chow | |
v3 is deprecated | |||
2024-04-24 | ci: Fetch depth 2 for diffchecks | Ava Chow | |
2023-03-09 | replace travis with Github Actions (#1432) | kallewoof | |
replace travis with Github Actions |