Skip to content

fix: change E to e on eOracle documentation (as per team quest) #245

fix: change E to e on eOracle documentation (as per team quest)

fix: change E to e on eOracle documentation (as per team quest) #245

name: Check external links
on:
pull_request:
branches: [ main, staging, production ]
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --accept 200,429,403 '**/*.md'
fail: true