-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #336 from ocsigen/update-gha
Update GitHub Actions
- Loading branch information
Showing
7 changed files
with
49 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ description: """ | |
open Tyxml; | ||
let to_reason = <a href="reasonml.github.io/"> "Reason!" </a> | ||
``` | ||
The TyXML JSX allow to write TyXML documents with reason's JSX syntax. | ||
|
||
The TyXML JSX allow to write TyXML documents with reason's JSX syntax. | ||
It works with textual trees, virtual DOM trees, or any TyXML module. | ||
""" | ||
maintainer: ["[email protected]"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ description: """ | |
open Tyxml | ||
let%html to_ocaml = "<a href='ocaml.org'>OCaml!</a>" | ||
``` | ||
The TyXML PPX allow to write TyXML documents using the traditional HTML syntax. | ||
|
||
The TyXML PPX allow to write TyXML documents using the traditional HTML syntax. | ||
It works with textual trees, virtual DOM trees, or any TyXML module. | ||
""" | ||
maintainer: ["[email protected]"] | ||
|
@@ -24,6 +24,7 @@ depends: [ | |
"alcotest" {with-test} | ||
"markup" {>= "0.7.2"} | ||
"ppxlib" {>= "0.18"} | ||
"re" {>= "1.5.0"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters