mosec 0.9.0

Model Serving made Efficient in the Cloud.
name: Links

on:
  push:
    branches:
      - main
    paths:
      - '.github/workflows/links.yml'
      - '**.md'
      - '**.html'
  pull_request:
    paths:
      - '.github/workflows/links.yml'
      - '**.md'
      - '**.html'
  workflow_dispatch:

jobs:
  linkChecker:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - name: Link Checker
        uses: lycheeverse/lychee-action@v2
        with:
          fail: true
          args: --accept '100..=103,200..=299, 403' --verbose --no-progress --format detailed .