Skip to content

chore: bump mocha from 9.2.2 to 10.3.0 #87

chore: bump mocha from 9.2.2 to 10.3.0

chore: bump mocha from 9.2.2 to 10.3.0 #87

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
```