Skip to content

Commit

Permalink
feat(rescript): support rescript format (#82)
Browse files Browse the repository at this point in the history
* feat(rescript): support rescript format

* temporary: run ocaml tests only in ci

* temporary: check what is output by ocamlformat

* ci: ignore ocaml tests
  • Loading branch information
hougesen authored Mar 18, 2024
1 parent e7a8fd4 commit 1fda7e8
Show file tree
Hide file tree
Showing 12 changed files with 1,781 additions and 111 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
# just_fmt
- uses: taiki-e/install-action@just
# ocamlformat
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1"
#- uses: ocaml/setup-ocaml@v2
# with:
# ocaml-compiler: "5.1"

- run: rustup toolchain install stable --profile minimal
- run: rustup component add rustfmt clippy
Expand Down Expand Up @@ -155,8 +155,8 @@ jobs:
- name: usort
run: pip install usort

- name: ocamlformat
run: eval $(opam env) && opam install ocamlformat && eval $(opam env) && ocamlformat --version
#- name: ocamlformat
# run: eval $(opam env) && opam install ocamlformat && eval $(opam env) && ocamlformat --version

- name: blade-formatter
run: npx --yes blade-formatter --version
Expand Down
Loading

0 comments on commit 1fda7e8

Please sign in to comment.