Skip to content

Updated to Trac 1.6 and Python 3.8. #76

Updated to Trac 1.6 and Python 3.8.

Updated to Trac 1.6 and Python 3.8. #76

Workflow file for this run

name: Linters
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: black
uses: psf/black@stable