Skip to content

Developer deborah

Developer deborah #40

Workflow file for this run

# 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