summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2023-05-20Check crate docs in CILaurenz
2023-05-03Tidy up CILaurenz
2023-05-03Add rust minimum version in `Cargo.toml` (#902)HarmoGlace
2023-04-26fix x86_64-unknown-linux-musl by building through cross (#994)Alistair Keiller
2023-04-19Fix argument sinksLaurenz
Fixes #886.
2023-04-19Add more release build targets (#847)Alistair Keiller
2023-04-18ClippyLaurenz
2023-04-07Basic docker support (#234)adamijak
2023-04-04Check formatting in CILaurenz
2023-03-29CI runs all tests (#434)CGMossa
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-21Release actionLaurenz
2022-11-22Scheduled maintenanceLaurenz
2022-11-03Separate test crateLaurenz
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414
2022-09-25Fix CILaurenz
2022-01-01Bump and lock dependenciesLaurenz
2021-06-30Bump dependenciesLaurenz
2021-06-30CI allows for both modesMartin
2021-04-23Reengineer font and resource loading 🏞Laurenz
2020-11-19Switch to pdf-writer ⬆️Laurenz
2020-10-13Rename typstc -> typst ✏Laurenz
2020-09-27Rename master to main 🔀Laurenz
2020-09-27Fix for updated fontdock ✔Laurenz
2020-08-02Update Cargo.toml and CI configuration ⚙Laurenz
2020-08-01Port font handling to fontdock and ttf-parser 🛳Laurenz
- Use fontdock for indexing fonts and querying - Typst binary now automatically indexes and uses system fonts in addition to a fixed font folder! - Removes subsetting support for now (was half-finished anyways, plan is to use harfbuzz for subsetting in the future) - Adds font width configuration support
2020-07-19Change crappy tide/toddle CI mistake 🙄Martin
2020-07-19Add GitHub Actions CIMartin