Skip to content

Made jinja2 subsitution regex less greedy in gedit syntax highlighter #56

Made jinja2 subsitution regex less greedy in gedit syntax highlighter

Made jinja2 subsitution regex less greedy in gedit syntax highlighter #56

Workflow file for this run

name: check contributor list
on:
workflow_dispatch:
pull_request:
paths:
- 'CONTRIBUTING.md'
- '.github/workflows/shortlog.yml'
- '.mailmap'
jobs:
test:
runs-on: 'ubuntu-latest'
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # need to fetch all commits to check contributors
- name: Check CONTRIBUTING.md
uses: cylc/release-actions/check-shortlog@v1