summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2024-08-12ci: add typo checkingJose 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-01ci: Clarify that diffchecks fails until a number is assignedAva Chow
2024-05-01ci: Use actions/checkout@v4Ava Chow
v3 is deprecated
2024-04-24ci: Fetch depth 2 for diffchecksAva Chow
2023-03-09replace travis with Github Actions (#1432)kallewoof
replace travis with Github Actions