Skip to content

nvim(plugin/conform): add shfmt for sh filetypes #5

nvim(plugin/conform): add shfmt for sh filetypes

nvim(plugin/conform): add shfmt for sh filetypes #5

Workflow file for this run

---
name: Stylua Check
on: # yamllint disable-line rule:truthy
push:
paths:
- nvim/**.lua
workflow_dispatch:
jobs:
stylua:
runs-on: macos-latest
steps:
- name: Install stylua
run: brew install stylua
- uses: actions/checkout@v4
- name: Stylua Check
run: stylua --check nvim/