Skip to content

Add release automation via goyek tasks #77

Add release automation via goyek tasks

Add release automation via goyek tasks #77

Workflow file for this run

# Copyright 2020 The Knative Authors.
# SPDX-License-Identifier: Apache-2.0
# This file is automagically synced here from github.com/knative-extensions/knobots
name: Code Style
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
style:
uses: knative/actions/.github/workflows/reusable-style.yaml@main
permissions:
contents: read
pull-requests: write