Skip to content

feat: React with confused if not self-approval comment #14

feat: React with confused if not self-approval comment

feat: React with confused if not self-approval comment #14

Workflow file for this run

name: Test & Coverage
on: [pull_request, push]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 20
- name: Install npm dependencies
run: npm install
- name: Run Code Test and Coverage Test
run: npm run test