Skip to content

feat(settings): add new commands for git status, diff, and log in set… #17

feat(settings): add new commands for git status, diff, and log in set…

feat(settings): add new commands for git status, diff, and log in set… #17

Workflow file for this run

name: stylua
on:
push:
pull_request:
workflow_dispatch:
jobs:
stylua:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run StyLua (check)
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .