Skip to content

docs: add troubleshooting steps #8

docs: add troubleshooting steps

docs: add troubleshooting steps #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
stylua:
name: Stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check lua
tests:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: folke/github/neovim@main
- name: Test Cache
uses: actions/cache@v4
with:
path: .tests
key: ${{ runner.os }}-tests-${{ hashFiles('tests/minit.lua', 'Makefile') }}
- name: Run Tests
run: make test
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Run selene
uses: NTBBloodbath/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --display-style=quiet .