Skip to content

Update CONTRIBUTING.md #49

Update CONTRIBUTING.md

Update CONTRIBUTING.md #49

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@v3
with:
fetch-depth: 0 # need to fetch all commits to check contributors
- name: Check CONTRIBUTING.md
uses: cylc/release-actions/check-shortlog@v1