Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

fix(group): leader should be updated when modify #36

fix(group): leader should be updated when modify

fix(group): leader should be updated when modify #36

Workflow file for this run

name: ESLint Check
on: [workflow_dispatch, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- name: Install dependencies
working-directory: .
run: pnpm i
- name: Run Lint
run: pnpm lint