Add libsodium23 as dependency alternative for Jammy #657
This file contains hidden or 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
| # .github/workflows/lint.yaml | |
| name: DOCtor-RST | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| doctor-rst: | |
| name: DOCtor-RST | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "Checkout code" | |
| uses: actions/checkout@v6 | |
| - name: DOCtor-RST | |
| uses: OskarStark/doctor-rst@1.78.0 | |
| with: | |
| args: --short --error-format=github | |
| env: | |
| DOCS_DIR: 'docs/source/' |