Skip to content

add cl_gui_textedit #36

add cl_gui_textedit

add cl_gui_textedit #36

Workflow file for this run

name: test
on:
push:
pull_request:
types: [opened]
jobs:
unit:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm test