Skip to content

Allow internal position of cursor to change even in testing mode #14

Allow internal position of cursor to change even in testing mode

Allow internal position of cursor to change even in testing mode #14

Workflow file for this run

name: main
on:
pull_request:
branches: [ main ]
jobs:
pre_commit_run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: sudo apt-get install clang-tidy
- uses: threeal/cmake-action@v1.3.0
with:
run-build: true
- uses: pre-commit/action@v3.0.0