Merge pull request #19 from botanu-ai/developer-deborah #36
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
| # SPDX-FileCopyrightText: 2026 The Botanu Authors | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: Repolinter | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Run Repolinter | |
| uses: todogroup/repolinter-action@v1 | |
| with: | |
| config_file: .github/repolinter.json |