Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Feb 24, 2024
1 parent f4c4cbd commit 8c97478
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/evidence-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Check Evidence
on:
- push
- pull_request

jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Validate files
run: |
collective check evidence
- name: Check Index Links
run: |
collective index evidence --reindex
git diff --exit-code

0 comments on commit 8c97478

Please sign in to comment.