Skip to content

Adhoc handling of custom entries for notations and improvements on plugins (VernacExtend) #165

Adhoc handling of custom entries for notations and improvements on plugins (VernacExtend)

Adhoc handling of custom entries for notations and improvements on plugins (VernacExtend) #165

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
- name: Run linter
uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"