Skip to content

Merge branch 'master' into 608-empty-content-in-diff-buffer-when-tryi… #835

Merge branch 'master' into 608-empty-content-in-diff-buffer-when-tryi…

Merge branch 'master' into 608-empty-content-in-diff-buffer-when-tryi… #835

Workflow file for this run

name: Linting and style checking
on: [push, pull_request]
jobs:
stylua:
name: stylua
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check lua/
version: latest