Skip to content

Update SchemaStore catalog #601

Update SchemaStore catalog

Update SchemaStore catalog #601

Workflow file for this run

name: test
on:
workflow_dispatch: {}
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
- name: Run tests
shell: bash
run: make test