Skip to content

Commit d08b2df

Browse files
committed
Use res_syntax
1 parent cf97945 commit d08b2df

File tree

2,003 files changed

+10
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,003 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,23 @@ jobs:
5656

5757
- name: "Syntax: install OPAM dependencies"
5858
run: opam install . --deps-only
59-
working-directory: syntax
59+
working-directory: res_syntax
6060

6161
- name: "Syntax: build CLI"
6262
run: opam exec -- dune build
63-
working-directory: syntax
63+
working-directory: res_syntax
6464

6565
- name: "Syntax: Run roundtrip tests"
6666
if: runner.os != 'Windows'
6767
# if: ${{ runner.os != 'Windows' && steps.syntax-changed-specific.outputs.any_changed == 'true' }}
6868
run: opam exec -- make roundtrip-test
69-
working-directory: syntax
69+
working-directory: res_syntax
7070

7171
- name: "Syntax: Run tests (Windows)"
7272
if: runner.os == 'Windows'
7373
# if: ${{ runner.os == 'Windows' && steps.syntax-changed-specific.outputs.any_changed == 'true' }}
7474
run: opam exec -- make test
75-
working-directory: syntax
75+
working-directory: res_syntax
7676

7777
# Required for ninja build
7878
- name: "Windows: Use MSVC"

dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(dirs jscomp syntax)
1+
(dirs jscomp res_syntax)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)