Skip to content

Use MiniJinja for templating #162

Use MiniJinja for templating

Use MiniJinja for templating #162

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: clippy
jobs:
clippy:
name: clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: FrancisRussell/[email protected]
with:
command: install-rustup
profile: minimal
- uses: FrancisRussell/[email protected]
with:
command: cargo clippy
args: -- -D warnings
annotations: true