Skip to content

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

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

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

Workflow file for this run

name: test-dart
on:
push:
branches:
- main
- renovate/**
paths:
- dart/**
- testdata/**
pull_request:
branches:
- main
paths:
- dart/**
- testdata/**
workflow_call:
jobs:
test-dart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install dart
uses: dart-lang/setup-dart@v1.4
- name: run tests
run: dart test
working-directory: dart