Skip to content

Commit

Permalink
Run Build & test commands locally; fix issues
Browse files Browse the repository at this point in the history
Problem: CI still fails.

Solution: Run the Build & test commands locally, fix remaining paths...
  • Loading branch information
heitor-lassarote committed Jun 23, 2024
1 parent f91a08f commit 717bccc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tree-sitter-c-sharp/tree-sitter-c-sharp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ copyright: 2020 GitHub
category: Tree-sitter, CSharp, C#
build-type: Simple
data-files: vendor/tree-sitter-c-sharp/src/node-types.json
, vendor/tree-sitter-c-sharp/corpus/*.txt
, vendor/tree-sitter-c-sharp/test/corpus/*.txt
extra-source-files: ChangeLog.md

common common
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-go/tree-sitter-go.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ copyright: 2019 GitHub
category: Tree-sitter, Go
build-type: Simple
data-files: vendor/tree-sitter-go/src/node-types.json
, vendor/tree-sitter-go/corpus/*.txt
, vendor/tree-sitter-go/test/corpus/*.txt
extra-source-files: ChangeLog.md

common common
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-java/tree-sitter-java.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ copyright: 2019 GitHub
category: Tree-sitter, Java
build-type: Simple
data-files: vendor/tree-sitter-java/src/node-types.json
, vendor/tree-sitter-java/corpus/*.txt
, vendor/tree-sitter-java/test/corpus/*.txt
extra-source-files: ChangeLog.md

common common
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-json/tree-sitter-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ copyright: 2019 GitHub
category: Tree-sitter, JSON
build-type: Simple
data-files: vendor/tree-sitter-json/src/node-types.json
, vendor/tree-sitter-json/corpus/*.txt
, vendor/tree-sitter-json/test/corpus/*.txt
extra-source-files: ChangeLog.md

common common
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-rust/tree-sitter-rust.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ copyright: 2020 GitHub
category: Tree-sitter, Rust
build-type: Simple
data-files: vendor/tree-sitter-rust/src/node-types.json
, vendor/tree-sitter-rust/corpus/*.txt
, vendor/tree-sitter-rust/test/corpus/*.txt
extra-source-files: ChangeLog.md

common common
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-tsx/tree-sitter-tsx.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ copyright: 2019 GitHub
category: Tree-sitter, TypeScript
build-type: Simple
data-files: vendor/tree-sitter-typescript/tsx/src/node-types.json
, vendor/tree-sitter-typescript/tsx/corpus/**/*.txt
, vendor/tree-sitter-typescript/test/corpus/*.txt
extra-source-files: ChangeLog.md

common common
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-typescript/tree-sitter-typescript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ copyright: 2019 GitHub
category: Tree-sitter, TypeScript
build-type: Simple
data-files: vendor/tree-sitter-typescript/typescript/src/node-types.json
, vendor/tree-sitter-typescript/typescript/corpus/**/*.txt
, vendor/tree-sitter-typescript/test/corpus/*.txt
extra-source-files: ChangeLog.md

common common
Expand Down

0 comments on commit 717bccc

Please sign in to comment.