Implement pg_auth_members
table
#1759
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
--- | |
# This is a dummy job to unblock mergify on PRs that have no code-changes | |
name: CrateDB Docs | |
on: | |
pull_request: | |
paths-ignore: | |
- '**.rst' | |
jobs: | |
linkcheck: | |
name: Sphinx linkcheck | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required" ' | |
vale: | |
name: Vale | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required" ' |