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: 3 additions & 0 deletions .github/workflows/check-typo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concurrency:
group: check-typo-${{ github.head_ref || github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
check-typo:
name: Check Typo using codespell
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ env:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres

permissions:
contents: read

jobs:
lint:
name: Lint
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
group: lint-bash-${{ github.head_ref || github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
lint-bash:
name: Lint Bash Scripts
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concurrency:
group: lint-format-${{ github.head_ref || github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
lint-format:
name: Lint File Endings & Trailing Whitespaces
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ concurrency:
group: lint-markdown-${{ github.head_ref || github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
lint-markdown:
name: Lint Markdown Files
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ concurrency:
group: lint-yaml-${{ github.head_ref || github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
lint-yaml:
name: Lint YAML Files
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/schema-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ concurrency:
env:
PARADEDB_VERSION: ${{ inputs.version || github.event.client_payload.version }}

permissions:
contents: read
issues: write

jobs:
schema-compat:
name: Check Schema Compatibility
Expand Down