Skip to content

Rename the text_command_map and deletable_map in CommandManager for b… #955

Rename the text_command_map and deletable_map in CommandManager for b…

Rename the text_command_map and deletable_map in CommandManager for b… #955

Workflow file for this run

name: eslint
on:
push:
pull_request:
jobs:
run-eslint:
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: dependencies
run: npm i --dev
- name: lint
run: npm run lint