Skip to content

fix: fix importing server config definitions from lspconfig (#468) #921

fix: fix importing server config definitions from lspconfig (#468)

fix: fix importing server config definitions from lspconfig (#468) #921

Workflow file for this run

name: Stylua check
on:
push:
branches:
- "main"
pull_request:
jobs:
stylua:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Stylua check
uses: JohnnyMorganz/[email protected]
with:
# token is needed because the action allegedly downloads binary from github releases
token: ${{ secrets.GITHUB_TOKEN }}
# CLI arguments
args: --check .
version: 0.20.0