Skip to content

test: picker test fix #26

test: picker test fix

test: picker test fix #26

Workflow file for this run

name: Type Checking
on:
pull_request:
push:
branches:
- "**"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
types:
name: Types
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Setup Neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: v0.11.4
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Install EmmyLua checker
run: cargo install emmylua_check --version 0.23.2 --locked
- name: Run type checker
run: make types