Skip to content

Edge-Node-Cluster: node, pod, volume, replica, upgrade health. #141

Edge-Node-Cluster: node, pod, volume, replica, upgrade health.

Edge-Node-Cluster: node, pod, volume, replica, upgrade health. #141

Workflow file for this run

# NOTE that this is the only workflow that requires access to the
# GitHub token. However, it is safe since in EVE repo itself we
# only trigger this workflow on pull requests and as such making
# it effectively read-only.
# yamllint disable rule:line-length
# https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token
# yamllint enable rule:line-length
---
name: Apache Yetus
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
jobs:
yetus:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: src
fetch-depth: 0
- name: Yetus
uses: apache/[email protected]
with:
basedir: ./src
bufbasedir: ./src/proto
buildtool: nobuild
continuousimprovement: true
githubtoken: ${{ secrets.GITHUB_TOKEN }}
patchdir: ./out
reviveconfig: .revive.toml
- name: Store Yetus artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: 'yetus-scan'
path: ${{ github.workspace }}/out