Skip to content

New LUA scripts & widgets #14

New LUA scripts & widgets

New LUA scripts & widgets #14

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
check:
name: Lint and Typecheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
submodules: true
- name: Cache cargo
uses: actions/cache@v5
with:
path: ~/.cargo
key: cargo-stylua-${{ runner.os }}
- name: Install tools
run: make install-tools
- name: Run checks
run: make check