Skip to content

Commit

Permalink
CI: disable fmt check and try to enable ocaml-lsp compat
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Oct 4, 2024
1 parent e2bfcb4 commit fdc607a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Check that the changes are correctly formatted
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'none'
run: |
opam install ocamlformat.0.26.2
opam exec -- dune build @fmt
6 changes: 3 additions & 3 deletions .github/workflows/ocaml-lsp-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Check ocaml-lsp compat
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ main ]
paths-ignore:
- '**.md'
- '**.txt'
Expand All @@ -14,7 +14,7 @@ on:
- 'vim/**'
- '**/emacs-lint.yml'
pull_request:
branches: [ master ]
branches: [ main ]
paths-ignore:
- '**.md'
- '**.txt'
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Check that Merlin and OCaml-LSP are co-installable
run: |
opam --cli=2.1 pin --with-version=dev --no-action https://github.com/voodoos/ocaml-lsp.git#5.2-preview
opam --cli=2.1 pin --with-version=dev --no-action https://github.com/voodoos/ocaml-lsp.git#merlin-503-compat
opam --cli=2.1 pin --with-version=5.0-502 --no-action .
opam install ocaml-lsp-server --with-test --ignore-constraints-on=ocamlformat

0 comments on commit fdc607a

Please sign in to comment.