Skip to content

Commit

Permalink
ci: run link checker on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 20, 2024
1 parent 4503146 commit dfdcd48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Link Checker

on:
push:
pull_request:
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
linkchecker:
Expand Down

0 comments on commit dfdcd48

Please sign in to comment.