Skip to content

fix(deps): update module github.com/cucumber/messages/go/v24 to v27 #1404

fix(deps): update module github.com/cucumber/messages/go/v24 to v27

fix(deps): update module github.com/cucumber/messages/go/v24 to v27 #1404

Workflow file for this run

name: test-c
on:
push:
branches:
- main
- renovate/**
paths:
- c/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- c/**
- testdata/**
- .github/**
workflow_call:
jobs:
test-c:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run make
run: make
working-directory: c