Skip to content

fix(generic): remove .html from template_name_suffix #2677

fix(generic): remove .html from template_name_suffix

fix(generic): remove .html from template_name_suffix #2677

#SPDX-FileCopyrightText: 2023 Birger Schacht
#SPDX-License-Identifier: MIT
name: Run ruff formatter
on: [push, pull_request]
jobs:
ruff:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
with:
src: "."
options: "format --check"