aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-24Add poem integrationHEADmainLibravatar cel 🌸1-1/+1
2023-09-29Add MSRV checking in CILibravatar Dirkjan Ochtman1-0/+9
Bump MSRV to 1.65 for the use of let .. else.
2023-09-29Add audit job in CI workflowLibravatar Dirkjan Ochtman1-0/+6
2023-09-29Upgrade to actions/checkout@v4Libravatar Dirkjan Ochtman1-3/+3
2023-09-29Use externally maintained ActionsLibravatar Dirkjan Ochtman1-8/+5
2023-07-31CI: make sure parser is testedLibravatar René Kijewski1-3/+3
2022-07-25Implement basic hyper integrationLibravatar René Kijewski1-1/+1
The integration is based on askama_gotham. There is no specific trait to convert an arbitrary T to `hyper::Response`, so I used `From<Template> for hyper::Response`.
2022-06-20Make sure all packages are testedLibravatar René Kijewski1-79/+13
2022-06-17Add caching action to shrink CI times (#698)Libravatar Nate Kidwell1-35/+19
2022-06-16Update to Rocket 0.5Libravatar René Kijewski1-1/+1
Though Rocket 0.5 still only a release candidate, Rocket 0.4 severely outdated, and depends on a bunch of crates with active security advisories. Rocket 0.5 updates its dependencies to fixes versions. Also Rocket 0.4 needs a nightly Rust, which caused multiple problems.
2021-12-01Move askama_mendes integration into Askama repo (#561)Libravatar Dirkjan Ochtman1-0/+13
2021-11-27Add Axum integrationLibravatar Michael Alyn Miller1-0/+13
2021-08-05Remove the askama_iron integrationLibravatar Dirkjan Ochtman1-13/+0
This web framework seems not to have been updated for quite a while, and its current version appears to depend on vulnerable crates. Remove it for now. If someone wants to fix up Iron upstream and reinstate this, I'd be happy to review your PR.
2021-01-01Changed multi-line commands to single-line commandsLibravatar vallentin1-21/+14
2020-10-26Fix links and actions which were broken since the default branch was renamed ↵Libravatar jake1-1/+1
from master to main
2020-09-19Update ci config for new default branch nameLibravatar Dirkjan Ochtman1-1/+1
2020-09-07Schedule a CI run every FridayLibravatar Dirkjan Ochtman1-0/+2
2020-07-14Add Tide target to CILibravatar Dirkjan Ochtman1-0/+14
2020-06-30Add CI to build bookLibravatar Dirkjan Ochtman1-0/+19
2020-05-21Fix warp CI job to use stable RustLibravatar Dirkjan Ochtman1-1/+1
2020-01-29Add support for warpLibravatar Bjørn Madsen1-0/+14
2020-01-29Capitalize test job namesLibravatar Dirkjan Ochtman1-2/+2
2020-01-29Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman1-9/+9
2020-01-29Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman1-0/+14
2020-01-29Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman1-3/+4
2020-01-29Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman1-11/+18
2020-01-02Add GitHub Actions configurationLibravatar Dirkjan Ochtman1-0/+82