Skip to content

chore(deps): update actions/checkout digest to de0fac2 (#152) #175

chore(deps): update actions/checkout digest to de0fac2 (#152)

chore(deps): update actions/checkout digest to de0fac2 (#152) #175

Workflow file for this run

name: test-dotnet
on:
push:
branches:
- main
- renovate/**
paths:
- dotnet/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- dotnet/**
- testdata/**
- .github/**
workflow_call:
jobs:
test-dotnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5
with:
dotnet-version: |
10.0.x
- run: dotnet test --solution Cucumber.Query.slnx
working-directory: dotnet