Skip to content

feat: reintroduce raw-strings #224

feat: reintroduce raw-strings

feat: reintroduce raw-strings #224

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