Skip to content

feat(trick): Smart dd, only yank the line if it's not empty #111

feat(trick): Smart dd, only yank the line if it's not empty

feat(trick): Smart dd, only yank the line if it's not empty #111

Workflow file for this run

---
on: [push]
name: default
jobs:
stylua:
name: stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .
luacheck:
name: luacheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: lunarmodules/luacheck@v1
with:
args: . --std luajit --globals vim --max-line-length 150 --no-config