Skip to content

Commit

Permalink
fix(ci): Remove lychee
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Sep 1, 2024
1 parent ea04f6b commit 600f5b4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Checkout Misti
- name: Checkout Souffle.js
uses: actions/checkout@v2

- name: Setup Node.js ${{ matrix.node-version }}
Expand All @@ -38,13 +38,6 @@ jobs:
sudo apt update
sudo apt install souffle
- name: Check broken links
uses: lycheeverse/lychee-action@v1
with:
args: src/ test/ examples/ bin/ benchmarks/ scripts/ README.md RELEASE.md CONTRIBUTING.md HACKING.md
output: /tmp/lychee.txt
fail: true

- name: Spellcheck code base
run: |
yarn spell
Expand Down

0 comments on commit 600f5b4

Please sign in to comment.