docs: add max_connection_age config to grpc server options (#2171) #3363
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
| name: Linters | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| linter: | |
| name: Run Linters | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Markdown lint | |
| uses: nosborn/[email protected] | |
| with: | |
| files: "./**/*.md" | |
| config_file: .markdownlint.yaml | |
| - name: Check typos | |
| uses: crate-ci/typos@master | |
| with: | |
| config: .typos.toml |