Skip to content

chore: bump version to v3.5.0-1 #432

chore: bump version to v3.5.0-1

chore: bump version to v3.5.0-1 #432

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