Skip to content

Bump mako from 1.2.0 to 1.2.2 #5

Bump mako from 1.2.0 to 1.2.2

Bump mako from 1.2.0 to 1.2.2 #5

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./src"
version: "~= 23.0"