Skip to content

Bump Microsoft.Azure.WebJobs.Extensions.Storage from 4.0.5 to 5.1.3 in /src/dotnetcore31/AzureFunctions.Blob #843

Bump Microsoft.Azure.WebJobs.Extensions.Storage from 4.0.5 to 5.1.3 in /src/dotnetcore31/AzureFunctions.Blob

Bump Microsoft.Azure.WebJobs.Extensions.Storage from 4.0.5 to 5.1.3 in /src/dotnetcore31/AzureFunctions.Blob #843

name: CodeTour and Links Watcher
on:
pull_request:
types: [opened, edited, synchronize, reopened]
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
codetour-links-watcher:
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: actions/checkout@v3
- name: 'Watch CodeTour changes'
uses: pozil/codetour-watch@v2.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
tour-path: '.tours/'
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.7.0
with:
fail: true
args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}