Skip to content

Fix create note position to be correct with cursor #16

Fix create note position to be correct with cursor

Fix create note position to be correct with cursor #16

Workflow file for this run

name: Test
on: [push]
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
~/.nuget/packages
!~/.nuget/packages/unwanted
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Run Tests
run: ./build.sh Test