Skip to content

fix(mergere request): nothing to commit error occured when I resolve … #3

fix(mergere request): nothing to commit error occured when I resolve …

fix(mergere request): nothing to commit error occured when I resolve … #3

Workflow file for this run

name: Test CI
on:
pull_request:
push:
branches:
- '!alpha'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js v18.x
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install pnpm v8.x
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install deps
run: pnpm i
- name: Test
run: npm run test