Skip to content

Feature add scan mutation #67

Feature add scan mutation

Feature add scan mutation #67

Workflow file for this run

name: Check contributor list
on:
workflow_dispatch:
pull_request:
paths:
- 'CONTRIBUTING.md'
- '.github/workflows/shortlog.yml'
- '.mailmap'
jobs:
check-shortlog:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repo
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