We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9539de2 commit f2cdafbCopy full SHA for f2cdafb
1 file changed
.github/workflows/lint-policy-in-other-repos.yml
@@ -24,6 +24,11 @@ jobs:
24
with:
25
repository: cfengine/masterfiles
26
path: masterfiles
27
+ - name: Checkout documentation
28
+ uses: actions/checkout@v4
29
+ with:
30
+ repository: cfengine/documentation
31
+ path: documentation
32
- name: Checkout modules
33
uses: actions/checkout@v4
34
@@ -44,4 +49,7 @@ jobs:
44
49
run: |
45
50
uv run cfengine lint --strict no ../masterfiles
46
51
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