Skip to content

Manually control all newline characters #181

Manually control all newline characters

Manually control all newline characters #181

Workflow file for this run

on:
push: {}
pull_request:
branches:
- main
jobs:
main:
name: install
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 -g npm@latest
- name: install dependencies
run: npm install
- name: ensure formatting
run: npx prettier . --check
- name: test
run: npx tree-sitter test