Skip to content

feat(vue): add context support #652

feat(vue): add context support

feat(vue): add context support #652

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
commit_lint:
runs-on: ubuntu-latest
steps:
# Check commit messages
- uses: webiny/[email protected]
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
neovim_version: ['0.9.5']
env:
NEOVIM_VERSION: ${{ matrix.neovim_version }}
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1.5"
- uses: leafo/gh-actions-luarocks@v4
- name: Download nvim-test
run: make nvim-test
- name: Run Test
run: make test NEOVIM_VERSION=$NEOVIM_VERSION