aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-12-01 06:43:36 -0800
committerLibravatar GitHub <noreply@github.com>2021-12-01 15:43:36 +0100
commite3d690ba102f3624ff65f5476dc68dfe98f2e221 (patch)
tree873c6957e727befe1103633a3b5559451e66f743 /.github
parent671bc7f32fd150f04793d8d5dbe806e9d4cfe669 (diff)
downloadaskama-e3d690ba102f3624ff65f5476dc68dfe98f2e221.tar.gz
askama-e3d690ba102f3624ff65f5476dc68dfe98f2e221.tar.bz2
askama-e3d690ba102f3624ff65f5476dc68dfe98f2e221.zip
Move askama_mendes integration into Askama repo (#561)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index b62ae5d..26ca174 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -113,6 +113,19 @@ jobs:
- run: cargo test --package askama_tide --all-targets
- run: cargo clippy --package askama_tide --all-targets -- -D warnings
+ Mendes:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - uses: actions-rs/toolchain@v1
+ with:
+ profile: minimal
+ toolchain: stable
+ override: true
+ components: clippy
+ - run: cargo test --package askama_mendes --all-targets
+ - run: cargo clippy --package askama_mendes --all-targets -- -D warnings
+
Lint:
runs-on: ubuntu-latest
steps: