Add sample for DLQ consumption of Service Bus Queue using Spring JMS #1667
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Markdown Links Check | |
on: [push, pull_request] | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-22.04 #workaround https://github.com/UmbrellaDocs/action-linkspector/issues/32 | |
steps: | |
- uses: actions/checkout@master | |
- uses: umbrelladocs/[email protected] | |
with: | |
reporter: github-pr-review | |
config_file: '.github/workflows/.linkspector.yml' | |
level: error | |
fail_on_error: true |