Files
Serge Logvinov 4402b31acc chore: bump deps
Update deps

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
2025-09-02 11:36:54 +07:00

25 lines
528 B
YAML

name: Conformance check
on:
pull_request:
branches:
- main
jobs:
conform:
name: Conformance
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
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.30
with:
token: ${{ secrets.GITHUB_TOKEN }}