Skip to content

feat(events): create overload for Wezterm.on to account for events … #425

feat(events): create overload for Wezterm.on to account for events …

feat(events): create overload for Wezterm.on to account for events … #425

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
- name: Run stylua
uses: JohnnyMorganz/stylua-action@v4.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check lua