-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maciek Gołaszewski
authored
Oct 2, 2024
1 parent
5af076a
commit a646a0b
Showing
4 changed files
with
98 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Documentation Spelling Check | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
paths: | ||
- 'docs/**' | ||
|
||
jobs: | ||
spell-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install aspell | ||
run: sudo apt-get install aspell aspell-en | ||
- id: spell-check | ||
name: Spell Check | ||
run: make spelling | ||
working-directory: docs/tools | ||
continue-on-error: true | ||
- if: ${{ github.event_name == 'pull_request' && steps.spell-check.outcome == 'failure' }} | ||
uses: actions/github-script@v6 | ||
with: | ||
script: | | ||
github.rest.issues.createComment({ | ||
issue_number: context.issue.number, | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
body: 'Hi, looks like pyspelling job found some issues, you can check it [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})' | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
git+https://github.com/canonical/canonical-sphinx@main#egg=canonical-sphinx | ||
sphinx-autobuild | ||
pyspelling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
apiserver | ||
apparmor | ||
AppArmor | ||
autostart | ||
aws | ||
CAPI | ||
Ceph | ||
cgroup | ||
CIDRS | ||
CIDRs | ||
CNI | ||
config | ||
containerd | ||
CoreDNS | ||
CPUs | ||
cpuset | ||
daemonset | ||
datastore | ||
dbus | ||
DNS | ||
dqlite | ||
EasyRSA | ||
etcd | ||
GCP | ||
ghcr | ||
grafana | ||
html | ||
http | ||
https | ||
initialise | ||
juju | ||
kubeconfig | ||
kubectl | ||
kubelet | ||
kubepods | ||
kubernetes | ||
libcontainer | ||
lifecycle | ||
linux | ||
localhost | ||
lxc | ||
LXD | ||
MAAS | ||
Multipass | ||
nameservers | ||
NGINX | ||
OCI | ||
OpenStack | ||
proc | ||
RBAC | ||
regsync | ||
roadmap | ||
Rockcraft | ||
rw | ||
snapd | ||
stackexchange | ||
sys | ||
systemd | ||
TLS | ||
ubuntu | ||
unix | ||
VMs | ||
VMWare | ||
VSphere | ||
www | ||
yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters