Skip to content

Commit fd64230

Browse files
committed
tests: Added linting of docs to GH Action
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent 9539de2 commit fd64230

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/lint-policy-in-other-repos.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
repository: cfengine/masterfiles
2626
path: masterfiles
27+
- name: Checkout documentation
28+
uses: actions/checkout@v4
29+
with:
30+
repository: cfengine/documentation
31+
path: masterfiles
2732
- name: Checkout modules
2833
uses: actions/checkout@v4
2934
with:
@@ -44,4 +49,7 @@ jobs:
4449
run: |
4550
uv run cfengine lint --strict no ../masterfiles
4651
uv run cfengine lint --strict no ../modules
47-
# TODO: Add documentation and core when ready
52+
uv run cfengine lint --strict no ../documentation
53+
# TODO: Add core when ready
54+
# TODO: Do all of them together, with strict, when ready;
55+
# uv run cfengine lint ../core ../masterfiles ../documentation ../modules

0 commit comments

Comments
 (0)