Skip to content

npm: bump remark-validate-links from 10.0.4 to 13.0.1 #260

npm: bump remark-validate-links from 10.0.4 to 13.0.1

npm: bump remark-validate-links from 10.0.4 to 13.0.1 #260

Workflow file for this run

name: comment-commands
on:
issue_comment:
types:
- created
- edited
jobs:
process-comment:
name: check-comment
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- run: ./.github/scripts/process-comment.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}