Skip to content

Add hook type

Add hook type #2427

Workflow file for this run

name: test-dotnet
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
workflow_call:
jobs:
test-dotnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '5.0.x'
- name: run tests
run: |
make
working-directory: dotnet