Skip to content

Add workaround for EA App failing to launch to Linux installation ins… #259

Add workaround for EA App failing to launch to Linux installation ins…

Add workaround for EA App failing to launch to Linux installation ins… #259

Workflow file for this run

name: Linkcheck
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: md-linkcheck
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/.markdownlinkcheck.json'