Skip to content

[processor/transform] Optimize limit_buckets compaction divisor (#49021) #4584

[processor/transform] Optimize limit_buckets compaction divisor (#49021)

[processor/transform] Optimize limit_buckets compaction divisor (#49021) #4584

name: Lint GitHub Workflow YAML Files
on:
push:
branches:
- main
pull_request:
paths:
- '.github/workflows/*.yml'
- '.github/workflows/*.yaml'
- '.github/actionlint.yaml'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: ./.github/actions/setup-go-tools
with:
go-version: oldstable
- name: Run Actionlint
run: |
make actionlint
- name: Reminder to Address Linting Errors
if: failure()
run: echo "⚠️ Please address all linting errors before merging this pull request. Run 'make actionlint' locally to check your files."
- name: All linting checks passed
if: success()
run: echo "✅ All linting checks passed."
- run: ./.github/workflows/scripts/check-disk-space.sh