Skip to content

config: jinja2 "tojson" template filter to use custom JSONEncoder class #73

config: jinja2 "tojson" template filter to use custom JSONEncoder class

config: jinja2 "tojson" template filter to use custom JSONEncoder class #73

Workflow file for this run

name: lint
on: push
jobs:
lint:
name: ruff
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Ruff over code
uses: chartboost/ruff-action@v1