Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* @opennetworkinglab/aether
* @opennetworkinglab/intel-labs
* @opennetworkinglab/aether @opennetworkinglab/intel-labs
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:



- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."
10 changes: 8 additions & 2 deletions .github/workflows/validate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repo
uses: actions/checkout@v6
- name: Validate reST source
run: make test
- name: Validate reST source with doc8
run: make doc8
- name: Validate dictionary ordering
run: make dict-check
- name: Validate spelling
run: make spelling
- name: Validate links
run: make linkcheck
- name: Build docs
run: make html
- name: List built files
Expand Down