Skip to content

Commit

Permalink
add lychee
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Feb 27, 2024
1 parent 17e6846 commit 0a4d48c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Check URLs 🌐

on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- main
push:
branches:
- main
workflow_call:

concurrency:
group: links-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
links:
name: ${{ vars.CI_IMAGE }}
runs-on: ubuntu-latest
container:
image: ${{ vars.CI_IMAGE }}

steps:
- name: Checkout project ⬇️
uses: actions/checkout@v4

- name: Check URLs 🌐
uses: lycheeverse/lychee-action@v1
with:
fail: true

0 comments on commit 0a4d48c

Please sign in to comment.