Skip to content

Add Terraform with the BTP Provider Example #147

Add Terraform with the BTP Provider Example

Add Terraform with the BTP Provider Example #147

Workflow file for this run

name: Links PR Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Restore lychee cache
uses: actions/cache@v3
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-
- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.3
with:
args: --cache --max-cache-age 1d --verbose --exclude-mail --no-progress './**/*.md'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}