Skip to content

Commit

Permalink
add examples fsharp projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Nsidorenco committed Jun 21, 2024
1 parent 996ea99 commit ac2ae1a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: tree-sitter/setup-action/cli@v1
- uses: tree-sitter/parser-test-action@v2
with:
generate: ${{runner.os == 'Linux'}}
- name: Parse sample files
uses: tree-sitter/parse-action@v4
id: parse-files
if: ${{runner.os != 'Windows'}}
continue-on-error: true
with:
files: examples/**/*.fs
- name: Upload failures artifact
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "examples/FSharp.Data"]
path = examples/FSharp.Data
url = [email protected]:fsprojects/FSharp.Data.git
[submodule "examples/Giraffe"]
path = examples/Giraffe
url = [email protected]:giraffe-fsharp/Giraffe.git
1 change: 1 addition & 0 deletions examples/FSharp.Data
Submodule FSharp.Data added at c5b026
1 change: 1 addition & 0 deletions examples/Giraffe
Submodule Giraffe added at b369a0

0 comments on commit ac2ae1a

Please sign in to comment.