Skip to content

feat(theme): update MiniStatusline colors and styles #17

feat(theme): update MiniStatusline colors and styles

feat(theme): update MiniStatusline colors and styles #17

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: stylua
uses: JohnnyMorganz/stylua-action@v4.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
- name: luacheck
uses: Jayrgo/luacheck-action@v1