Skip to content

chore: bump chai from 4.4.1 to 5.1.1 #103

chore: bump chai from 4.4.1 to 5.1.1

chore: bump chai from 4.4.1 to 5.1.1 #103

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