Skip to content

Commit

Permalink
gha: fix yamllint lint-includes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu committed Sep 23, 2024
1 parent 391ef78 commit 92cbb43
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/lint-includes.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
---
name: Lint includes

on:
push:
branches:
- dev
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@v4
- name: Run includes check
run: python tools/lint-includes src/v
- uses: actions/checkout@v4
- name: Run includes check
run: python tools/lint-includes src/v

0 comments on commit 92cbb43

Please sign in to comment.