Skip to content

refactor(configs)!: don't reorient on jump or preview by default #786

refactor(configs)!: don't reorient on jump or preview by default

refactor(configs)!: don't reorient on jump or preview by default #786

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: install luacheck
run: |
sudo apt-get update
sudo apt-get install lua-check
- name: lint
run: make lint