knative.dev/pkg@v0.0.0-20260602142205-ac97e43f6622/.github/workflows/knative-style.yaml (about)

     1  # Copyright 2020 The Knative Authors.
     2  # SPDX-License-Identifier: Apache-2.0
     3  
     4  # This file is automagically synced here from github.com/knative-extensions/knobots
     5  
     6  name: Code Style
     7  
     8  on:
     9    pull_request:
    10      branches: [ 'main', 'release-*' ]
    11  
    12  jobs:
    13  
    14    style:
    15      uses: knative/actions/.github/workflows/reusable-style.yaml@main