Skip to content

chore: release v0.8.2 #356

chore: release v0.8.2

chore: release v0.8.2 #356

Workflow file for this run

name: Conformance check
on:
pull_request:
branches:
- main
jobs:
conform:
name: Conformance
timeout-minutes: 5
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout
uses: actions/checkout@v4
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/[email protected]