Commit 3615ceb 1 parent 95b0b57 commit 3615ceb Copy full SHA for 3615ceb
File tree 6 files changed +24
-9
lines changed
6 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 1
- name : Documentation Spelling Check
1
+ name : Documentation Checks
2
2
3
3
on :
4
4
workflow_dispatch :
@@ -9,16 +9,33 @@ permissions:
9
9
contents : read
10
10
11
11
jobs :
12
- spell-check :
12
+ doc-checks :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - name : Checkout
16
+ uses : actions/checkout@v4
17
+
16
18
- name : Install vale
17
19
run : sudo snap install vale
18
20
- id : spell-check
19
21
name : Spell Check
20
22
run : vale --glob='*.{md,txt,rst}' .
21
23
working-directory : docs/canonicalk8s
24
+
25
+ - name : Link Check
26
+ id : linkcheck-step
27
+ if : success() || failure()
28
+ uses : canonical/documentation-workflows/linkcheck@main
29
+ with :
30
+ working-directory : docs/canonicalk8s
31
+
32
+ - name : Inclusive Language Check
33
+ id : woke-step
34
+ if : success() || failure()
35
+ uses : canonical/documentation-workflows/inclusive-language@main
36
+ with :
37
+ working-directory : docs/canonicalk8s
38
+
22
39
# continue-on-error: true
23
40
# - if: ${{ github.event_name == 'pull_request' && steps.spell-check.outcome == 'failure' }}
24
41
# uses: actions/github-script@v6
File renamed without changes.
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Use `juju status` to watch these units approach the active/idle state.
90
90
91
91
[ Installing ] : ./index
92
92
[ channels ] : ../../explanation/channels
93
- [ credentials ] : https://juju.is/docs/juju/credentials
93
+ [ credentials ] : https://canonical- juju.readthedocs-hosted.com/en/latest/user/reference/credential/
94
94
[ juju ] : https://juju.is/docs/juju/install-juju
95
95
[ charm ] : https://juju.is/docs/juju/charmed-operator
96
96
[ localhost ] : install-lxd
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ to ensure that the cluster is fully functional.
211
211
[ backup-restore ] : ../../snap/howto/backup-restore
212
212
[ charmhub ] : https://charmhub.io/k8s
213
213
[ cluster-validation ] : ./validate
214
- [ juju-docs ] : https://juju.is/docs/juju/upgrade -models
214
+ [ juju-docs ] : https://canonical- juju.readthedocs-hosted.com/en/latest/user/howto/manage-models/#manage -models
215
215
[ release-notes ] : ../reference/releases
216
216
[ upgrade-notes ] : ../reference/upgrade-notes
217
217
[ upstream-notes ] : https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.32.md#deprecation
Original file line number Diff line number Diff line change @@ -202,6 +202,6 @@ to ensure that the cluster is fully functional.
202
202
[ backup-restore ] : ../../snap/howto/backup-restore
203
203
[ charmhub ] : https://charmhub.io/k8s
204
204
[ cluster-validation ] : ./validate
205
- [ juju-docs ] : https://juju.is/docs/juju/upgrade -models
205
+ [ juju-docs ] : https://canonical- juju.readthedocs-hosted.com/en/latest/user/howto/manage-models/#manage -models
206
206
[ release-notes ] : ../reference/releases
207
207
[ upstream-notes ] : https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG
Original file line number Diff line number Diff line change @@ -54,15 +54,13 @@ useful.
54
54
55
55
As with previously released Kubernetes software from Canonical, we aim to
56
56
satisfy the needs of various security compliance standards. This is a process
57
- that will take some time however. Please watch out for future announcements and
58
- check the [ roadmap] [ ] for current areas of work.
57
+ that will take some time however.
59
58
60
59
<!-- LINKS -->
61
60
62
61
[ Kubernetes Security documentation ] : https://kubernetes.io/docs/concepts/security/overview/
63
62
[ snap documentation ] : https://snapcraft.io/docs/security-policies
64
63
[ rocks-security ] : https://documentation.ubuntu.com/rockcraft/en/latest/explanation/rockcraft.html
65
- [ roadmap ] : ../reference/roadmap
66
64
[ Amazon Web Services security ] : https://aws.amazon.com/security/
67
65
[ Google Cloud Platform security ] :https://cloud.google.com/security
68
66
[ Metal As A Service(MAAS) hardening ] :https://maas.io/docs/how-to-enhance-maas-security
You can’t perform that action at this time.
0 commit comments