fix(history): sort history data directly in model, not in templatetag #2923
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SPDX-FileCopyrightText: 2023 Birger Schacht | |
#SPDX-License-Identifier: MIT | |
name: Run black Linter | |
on: [push, pull_request] | |
jobs: | |
black: | |
uses: acdh-oeaw/prosnet-workflows/.github/workflows/poetry-black.yml@dev | |
with: | |
src: "." |