Skip to content

feat(cursed): add utility module and enhance core integrations #8

feat(cursed): add utility module and enhance core integrations

feat(cursed): add utility module and enhance core integrations #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: v0.11.0
- name: Run tests
run: make test
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install StyLua
uses: JohnnyMorganz/stylua-action@v4
with:
version: latest
args: --check .