Skip to content

remove redundant ncrunch directive for sourcelink #7

remove redundant ncrunch directive for sourcelink

remove redundant ncrunch directive for sourcelink #7

name: Check for No Protocol Specification Changes
on:
schedule:
# At 00:00 on Sunday.
- cron: "0 0 * * 0"
workflow_dispatch:
push:
branches:
- "**"
tags-ignore:
- '**'
env:
project_path: Kafka.Protocol
project_name: Kafka.Protocol
jobs:
changes:
name: Check for No Protocol Specification Changes
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Download Specifications
working-directory: Kafka.Protocol.MessageDefinitionsDownloader
run: dotnet run -- $(pwd)/MessageDefinitions/
- name: Check for specification changes
working-directory: Kafka.Protocol.MessageDefinitionsDownloader
shell: bash
run: |
git config --global core.safecrlf false
git diff --ignore-space-at-eol --ignore-cr-at-eol --stat --exit-code -- $(pwd)/MessageDefinitions/