Skip to content

feat: add wezterm integration #46

feat: add wezterm integration

feat: add wezterm integration #46

Workflow file for this run

name: stylua
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Stylua
run: |
curl -L https://github.com/JohnnyMorganz/StyLua/releases/latest/download/stylua-linux-x86_64.zip -o stylua.zip
unzip stylua.zip -d /usr/local/bin
chmod +x /usr/local/bin/stylua
- name: Run Stylua check
run: stylua --check .