Skip to content

Update CI and README for neovim #49

Update CI and README for neovim

Update CI and README for neovim #49

Workflow file for this run

name: CI
on:
push:
branches:
- neovim/main
pull_request: {}
workflow_dispatch:
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- run: pnpm prettier . --check