Skip to content

Commit

Permalink
Update check-links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts authored Feb 9, 2024
1 parent 00e5910 commit 28c58b6
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Check for Dead Links
on: push

on: [push, pull_request]

jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run the test
run: |
cd $GITHUB_WORKSPACE
yarn
yarn check-md
- name: Checkout Repository
uses: actions/checkout@v2

- name: Install Dependencies
run: yarn

- name: Check Links
run: yarn check-md

0 comments on commit 28c58b6

Please sign in to comment.