Skip to content

feat(css): arguments #84

feat(css): arguments

feat(css): arguments #84

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
- ready_for_review
- auto_merge_enabled
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
nvim-versions:
- stable
- nightly
steps:
- uses: actions/checkout@v3
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}
- name: Run Tests
run: |
nvim --version
make test