Skip to content

feat: reintroduce raw-strings #221

feat: reintroduce raw-strings

feat: reintroduce raw-strings #221

Workflow file for this run

on:
push: {}
pull_request:
branches:
- main
jobs:
main:
name: setup, lint, test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: git checkout
uses: actions/checkout@v4
- name: setup node.js
uses: actions/[email protected]
- name: update npm and node-gyp
run: npm install npm@latest
- name: install dependencies
run: npm install
- name: ensure formatting
run: npx prettier . --check
- name: test
run: npx tree-sitter test
tests:
uses: ./.github/workflows/nvim-tests.yml
with:
neovim_versions: |
[ "nightly", "v0.10.2", "v0.10.1" ]