mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
chore: check for lint in CI
This commit is contained in:
parent
d72763ad3c
commit
e5b5da9414
1 changed files with 6 additions and 1 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -41,5 +41,10 @@ jobs:
|
|||
|
||||
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt
|
||||
|
||||
- run: opam exec -- dune build @runtest --ignore-promoted-rules
|
||||
- run: dune build @lint
|
||||
|
||||
# check that nothing changed
|
||||
- run: git diff --quiet --exit-code
|
||||
|
||||
- run: opam exec -- dune build @runtest
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue