Skip to content

Bump github.com/aws/aws-sdk-go-v2 from 1.30.4 to 1.30.5 #778

Bump github.com/aws/aws-sdk-go-v2 from 1.30.4 to 1.30.5

Bump github.com/aws/aws-sdk-go-v2 from 1.30.4 to 1.30.5 #778

Workflow file for this run

#name: Markdown Links
#
#on:
# push:
# branches:
# - main
# pull_request:
# types: [opened, synchronize, reopened]
# paths:
# - '.github/**'
# - 'docs/**'
# - '*.md'
#
#jobs:
# markdown-link-check:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - uses: gaurav-nelson/github-action-markdown-link-check@v1
# with:
# folder-path: ./docs
# file-path: ./README.md ./LICENSE.md ./CHANGELOG.md
# https://github.com/UmbrellaDocs/action-linkspector?tab=readme-ov-file
name: Linkspector
on: [pull_request]
jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
fail_on_error: true