Skip to content

Commit

Permalink
Merge pull request #394 from punchagan/fix-opam-ci-check-opam
Browse files Browse the repository at this point in the history
Minor fixes for opam-ci-check opam
  • Loading branch information
shonfeder authored Nov 26, 2024
2 parents 2653281 + 1d92365 commit b469658
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy odoc to GitHub Pages
on:
push:
branches:
- main
- master

permissions: read-all

Expand Down
9 changes: 4 additions & 5 deletions opam-ci-check.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"CLI tool that tests whether packages are publishable on the opam repository"
Expand All @@ -14,9 +13,9 @@ authors: [
]
license: "Apache-2.0"
tags: ["opam" "ci" "lint" "reverse dependency"]
homepage: "https://github.com/ocurrent/opam-ci-check"
doc: "https://www.ocurrent.org/opam-ci-check/opam-ci-check/index.html"
bug-reports: "https://github.com/ocurrent/opam-ci-check/issues"
homepage: "https://github.com/ocurrent/opam-repo-ci/tree/master/opam-ci-check"
doc: "https://www.ocurrent.org/opam-repo-ci/opam-ci-check/index.html"
bug-reports: "https://github.com/ocurrent/opam-repo-ci/issues"
depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "3.16"}
Expand Down Expand Up @@ -46,4 +45,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocurrent/opam-ci-check.git"
dev-repo: "git+https://github.com/ocurrent/opam-repo-ci.git"

0 comments on commit b469658

Please sign in to comment.