Skip to content

chore: bump sinon from 12.0.1 to 19.0.2 #121

chore: bump sinon from 12.0.1 to 19.0.2

chore: bump sinon from 12.0.1 to 19.0.2 #121

Workflow file for this run

name: Commenter
on: [pull_request_target]
jobs:
commenter:
runs-on: ubuntu-latest
steps:
- name: Comment PR
uses: marocchino/sticky-pull-request-comment@v2
with:
message: |
## How to test
```sh
git clone -b ${{ github.head_ref }} https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git
cd hexo
npm install
npm test
```