Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

fix broken link in README.md #10

fix broken link in README.md

fix broken link in README.md #10

Workflow file for this run

name: Lint
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic-pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true