Skip to content

fix(textobjects): smart movement around the argument #5

fix(textobjects): smart movement around the argument

fix(textobjects): smart movement around the argument #5

Workflow file for this run

name: Tree Sitter
on:
push:
branches: [master]
paths:
- .github/workflows/**
- grammar.js
- src/**
- test/**
- bindings/**
- binding.gyp
pull_request:
paths:
- .github/workflows/**
- grammar.js
- src/**
- test/**
- bindings/**
- binding.gyp
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
test:
name: Test parser
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-14]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up the repo
uses: tree-sitter/setup-action/cli@v1
- name: Run tests
uses: tree-sitter/parser-test-action@v2
with:
test-rust: true
test-node: true
test-python: true
test-go: true
test-swift: false
- name: Parse examples
uses: tree-sitter/parse-action@v4
with:
files: |
examples/**/*.bff