Files
proxmox-cloud-controller-ma…/.github/workflows/conform.yaml
Serge Logvinov bc879ab871 feat: cosign images
It helps to check that image was build in github-actions.

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
2023-08-06 10:49:26 +03:00

24 lines
492 B
YAML

name: Conformance check
on:
pull_request:
branches:
- main
jobs:
conform:
name: Conformance
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Checkout main branch
run: git fetch --no-tags origin main:main
- name: Conform action
uses: talos-systems/conform@v0.1.0-alpha.27