Skip to content

Commit

Permalink
CI: remove step name, the one-line command serves as the more accurat…
Browse files Browse the repository at this point in the history
…e description
  • Loading branch information
aantron committed Oct 17, 2024
1 parent 017d68b commit 10dc512
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
- run: opam exec -- make test
if: runner.os != 'Windows'

- name: Checks and validate examples' package description ('opam') files.
run: opam lint example/**/*.opam
- run: opam lint example/**/*.opam

- name: Build examples
if: runner.os != 'Windows'
Expand Down

0 comments on commit 10dc512

Please sign in to comment.