Skip to content

Set screen_margin_for_movement to 2 to fix MacOS scrolling (#76) (#78) #29

Set screen_margin_for_movement to 2 to fix MacOS scrolling (#76) (#78)

Set screen_margin_for_movement to 2 to fix MacOS scrolling (#76) (#78) #29

Workflow file for this run

name: Static checks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
static-checks:
name: 'Static checks'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.x
- run: python -m pip install gdtoolkit
- run: gdformat --check source/
- run: gdlint source/