mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 04:53:24 +00:00
ci: run docgen on prs and every branch
This commit is contained in:
parent
b6315639b2
commit
e0d59a3239
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
@ -1,9 +1,8 @@
|
|||||||
name: Generate docs
|
name: Generate docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
- push
|
||||||
branches:
|
- pull_requests
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gen:
|
gen:
|
||||||
|
@ -99,7 +99,7 @@ func editorGetLine(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
|
|||||||
// #interface editor
|
// #interface editor
|
||||||
// getChar() -> string
|
// getChar() -> string
|
||||||
// Reads a keystroke from the user. This is in a format
|
// Reads a keystroke from the user. This is in a format
|
||||||
// of something like Ctrl-L..
|
// of something like Ctrl-L.
|
||||||
func editorReadChar(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
|
func editorReadChar(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
|
||||||
buf := lr.rl.ReadChar()
|
buf := lr.rl.ReadChar()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user