Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

docs: link installation logos to relevant docs #2045

docs: link installation logos to relevant docs

docs: link installation logos to relevant docs #2045

Workflow file for this run

name: PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.10.8'
- name: check PR title
run: python ./scripts/check_pr_title.py