Skip to content

fix: make neogit respect user's configuration of diffview #987

fix: make neogit respect user's configuration of diffview

fix: make neogit respect user's configuration of diffview #987

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
selene:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install Selene
run: cargo install selene
- name: Run Selene
run: make lint
stylua:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: JohnnyMorganz/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --color always --check lua/ tests/