Skip to content

feat: gpg tty

feat: gpg tty #953

Workflow file for this run

name: lua style check
on: push
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --check ./nvim --config-path ./nvim/stylua.toml
- name: Check spelling
uses: crate-ci/typos@master
with:
files: ./nvim