Skip to content

[Snyk] Upgrade markdown-link-check from 3.11.1 to 3.14.2 #21

[Snyk] Upgrade markdown-link-check from 3.11.1 to 3.14.2

[Snyk] Upgrade markdown-link-check from 3.11.1 to 3.14.2 #21

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- name: Check PR Title's semantic conformance
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}