Skip to content

feat(window_decorations): add every possible permutation of window_de… #434

feat(window_decorations): add every possible permutation of window_de…

feat(window_decorations): add every possible permutation of window_de… #434

Workflow file for this run

name: Stylua
on:
push:
paths:
- lua/wezterm/types/*.lua
- lua/wezterm/types/enum/*.lua
- lua/wezterm/types/events/*.lua
- lua/wezterm/types/objects/*.lua
- lua/wezterm/types/wezterm/*.lua
- .github/workflows/stylua.yml
pull_request:
types:
- opened
paths:
- lua/wezterm/types/*.lua
- lua/wezterm/types/enum/*.lua
- lua/wezterm/types/events/*.lua
- lua/wezterm/types/objects/*.lua
- lua/wezterm/types/wezterm/*.lua
- .github/workflows/stylua.yml
jobs:
stylua:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Run stylua
uses: JohnnyMorganz/stylua-action@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check lua