diff --git a/.github/workflows/healthcheck-markdown-links.yml b/.github/workflows/healthcheck-markdown-links.yml index ec85af82a..e56711be9 100644 --- a/.github/workflows/healthcheck-markdown-links.yml +++ b/.github/workflows/healthcheck-markdown-links.yml @@ -2,8 +2,12 @@ name: Check health of document links on: workflow_dispatch: - # schedule: - # - cron: '0 0 * * *' + pull_request: + paths: + - "**.md" # Trigger only when md files are in a PR + push: + paths: + - '**.md' # Trigger only when md files are pushed permissions: contents: read @@ -18,9 +22,9 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.9.0 + uses: lycheeverse/lychee-action@v2.0.2 with: - args: --github-token ${{ secrets.WORKFLOW_TOKEN }} --exclude 'localhost' --exclude 'github.com/EpicGames/UnrealEngine' --exclude '.png' --exclude '.jpg' --exclude-path 'SFU/mediasoup-sdp-bridge/README.md' './**/*.md' + args: --user-agent 'GHA/PixelStreamingInfrastructure' --accept '100..=103,200..=299,403,429' --github-token ${{ secrets.WORKFLOW_TOKEN }} --exclude 'localhost' --exclude 'github.com/EpicGames/UnrealEngine' --exclude '.png' --exclude '.jpg' --exclude-path 'SFU/mediasoup-sdp-bridge/README.md' './**/*.md' - name: Create Issue From File if: env.lychee_exit_code != 0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26cce2a13..86097a4a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ To create a changeset with your PR ## Coding style - TypeScript should be used over JavaScript. - - All TypeScript should adhere to the following [linting rules](https://github.com/EpicGamesExt/PixelStreamingInfrastructure/blob/master/Frontend/library/.eslintrc.js). + - All TypeScript should pass our `npm run lint`. - Names should follow US English spelling. - All public functions/API should have comments. - Code formatting should adhere to the following [whitespace and indentation rules](https://github.com/EpicGamesExt/PixelStreamingInfrastructure/blob/master/.prettierrc.json). @@ -74,4 +74,4 @@ Documentation should be broken up into separate `.md` files per directory, ideal ## Legal -© 2004-2025, Epic Games, Inc. Unreal and its logo are Epic’s trademarks or registered trademarks in the US and elsewhere. +Copyright Epic Games, Inc. Unreal and its logo are Epic’s trademarks or registered trademarks in the US and elsewhere. diff --git a/Extras/mediasoup-sdp-bridge/README.md b/Extras/mediasoup-sdp-bridge/README.md index bcf825791..80dc4f46b 100644 --- a/Extras/mediasoup-sdp-bridge/README.md +++ b/Extras/mediasoup-sdp-bridge/README.md @@ -1,7 +1,4 @@ -# mediasoup-sdp-bridge v3 - -[![][npm-shield-mediasoup-sdp-bridge]][npm-mediasoup-sdp-bridge] -[![][travis-ci-shield-mediasoup-sdp-bridge]][travis-ci-mediasoup-sdp-bridge] +# mediasoup-sdp-bridge v3 (FORK) Node.js library to allow integration of SDP based clients with [mediasoup][mediasoup-website]. diff --git a/Frontend/README.md b/Frontend/README.md index a351732f2..fc020c95a 100644 --- a/Frontend/README.md +++ b/Frontend/README.md @@ -66,4 +66,4 @@ Many of the libraries, such as [/frontend/library/](/Frontend/library), contain ## Legal -Copyright © 2025, Epic Games. Licensed under the MIT License, see the file [LICENSE](/LICENSE.md) for details. \ No newline at end of file +Copyright Epic Games. Licensed under the MIT License, see the file [LICENSE](/LICENSE.md) for details. \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index 33e2a5792..94829b027 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2004-2025, Epic Games, Inc. +Copyright Epic Games, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index d885fa5e4..54e283bc7 100644 --- a/README.md +++ b/README.md @@ -143,4 +143,4 @@ This repository contains the following in branches that track Unreal Engine vers | Unsupported | We will not be supporting this version with bugfixes. | ## Legal -© 2004-2024, Epic Games, Inc. Unreal and its logo are Epic’s trademarks or registered trademarks in the US and elsewhere. +Copyright Epic Games, Inc. Unreal and its logo are Epic’s trademarks or registered trademarks in the US and elsewhere.