Skip to content

Commit

Permalink
Fix brok failing to run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm authored Jan 29, 2025
1 parent dc1b251 commit 8d73e99
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v1
Expand All @@ -28,15 +28,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v1

- name: Download brok package
run: wget https://github.com/smallhadroncollider/brok/releases/download/1.1.0/brok-1.1.0_x86-64-linux.deb
uses: actions/checkout@v4

- name: Install brok (and dependencies)
run: |
sudo apt-get install libtinfo5
wget https://github.com/smallhadroncollider/brok/releases/download/1.1.0/brok-1.1.0_x86-64-linux.deb
sudo dpkg -i brok-1.1.0_x86-64-linux.deb
- name: Run awesome-lint
- name: Check for dead links
run: brok --only-failures *.md

0 comments on commit 8d73e99

Please sign in to comment.