Skip to content

Docs: correct options for possible location of rose.conf #11

Docs: correct options for possible location of rose.conf

Docs: correct options for possible location of rose.conf #11

Workflow file for this run

name: check contributor list
on:
workflow_dispatch:
pull_request:
paths:
- 'CONTRIBUTING.md'
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