File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 uses : actions/checkout@v4
3535 - name : Set up tree-sitter
3636 uses : tree-sitter/setup-action/cli@v2
37- - name : Set up examples
38- run : |-
39- git clone https://github.com/numpy/numpy examples/numpy --single-branch --depth=1 --filter=blob:none
40- git clone https://github.com/django/django examples/django --single-branch --depth=1 --filter=blob:none
41- git clone https://github.com/pallets/flask examples/flask --single-branch --depth=1 --filter=blob:none
42- git clone https://github.com/python/cpython examples/cpython --single-branch --depth=1 --filter=blob:none
4337 - name : Run tests
4438 uses : tree-sitter/parser-test-action@v2
4539 with :
4842 test-python : true
4943 test-go : true
5044 test-swift : true
45+ - name : Set up examples
46+ run : |-
47+ git clone https://github.com/numpy/numpy examples/numpy --single-branch --depth=1 --filter=blob:none
48+ git clone https://github.com/django/django examples/django --single-branch --depth=1 --filter=blob:none
49+ git clone https://github.com/pallets/flask examples/flask --single-branch --depth=1 --filter=blob:none
50+ git clone https://github.com/python/cpython examples/cpython --single-branch --depth=1 --filter=blob:none
5151 - name : Parse examples
5252 uses : tree-sitter/parse-action@v4
5353 with :
You can’t perform that action at this time.
0 commit comments