Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/check-links-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
with:
check-modified-files-only: 'yes'
base-branch: 'main'
args: --verbose --no-progress --exclude "^https://github\\.siemens\\.cloud" '**/*.md'
fail: true
format: markdown
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ Once all clearings are successful, our admins will create the repository within

### Siemens employees

In case you are a Siemens employee who likes to propose a new repository for the GitHub community, please the [Siemens contribution process](https://code.siemens.com) for a set of follow along instructions.
In case you are a Siemens employee who likes to propose a new repository for the GitHub community, please read the [Siemens contribution process](https://github.siemens.cloud/simatic-ax/.github/blob/main/profile/CONTRIBUTING.md) for a set of follow along instructions.

> For all inquiries, please get in touch via our [Admin Team](https://github.com/orgs/simatic-ax/teams/toa-teamofaxion).