Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

[Auto Generation] Adding new release version #975

[Auto Generation] Adding new release version

[Auto Generation] Adding new release version #975

Workflow file for this run

name: build
on: ['push']
jobs:
validate:
env:
VERSION: $(cat build/kubeyaml/.version)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review