Skip to content

client: Add docs.rs metadata to enable features #127

client: Add docs.rs metadata to enable features

client: Add docs.rs metadata to enable features #127

Workflow file for this run

name: Conventional Commit Check
on: [pull_request]
jobs:
conventional_commits:
name: Conventional Commit Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install convco
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: convco
- name: Check commit format
run: convco check "${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}"