Skip to content

Fix terminal going offscreen in neovide in top/bottom/fullscreen #16

Fix terminal going offscreen in neovide in top/bottom/fullscreen

Fix terminal going offscreen in neovide in top/bottom/fullscreen #16

Workflow file for this run

name: Checks
on:
pull_request: {}
push:
branches:
- main
jobs:
stylua:
name: Formatting
runs-on: ubuntu-latest
steps:
- name: Fetch code
uses: actions/checkout@v4
- name: Check formatting
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .