Skip to content

Commit

Permalink
Check documentation in pull-requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Oct 21, 2021
1 parent a67045e commit 877a1ad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"branches": [
"master"
]
}
},
"pull_request": null
},
"jobs": {
"build-docs": {
Expand Down
14 changes: 12 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,18 @@
}
},
{
"name": "Install SBLint",
"run": "\necho 'dist ultralisp http://dist.ultralisp.org' > qlfile\nqlot update\nqlot exec ros install 40ants-linter\n",
"name": "Change dist to Ultralisp",
"run": "echo 'dist ultralisp http://dist.ultralisp.org' > qlfile",
"shell": "bash"
},
{
"name": "Update Qlot",
"run": "qlot update || qlot update",
"shell": "bash"
},
{
"name": "Install SBLint wrapper",
"run": "qlot exec ros install 40ants-linter",
"shell": "bash"
},
{
Expand Down
1 change: 1 addition & 0 deletions src/ci.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@

(defworkflow docs
:on-push-to "master"
:on-pull-request t
:jobs ((40ants-ci/jobs/docs:build-docs
:asdf-system "40ants-doc/doc")))

0 comments on commit 877a1ad

Please sign in to comment.