[v24.1.x] archival: clamp uploads to committed offset #1189
Workflow file for this run
This file contains 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: Lint includes | |
on: | |
push: | |
branches: | |
- dev | |
pull_request: | |
paths: | |
- 'src/v/**' | |
- '.github/workflows/lint-includes.yml' | |
jobs: | |
py: | |
name: Lint includes | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Run includes check | |
run: python tools/lint-includes src/v |