Skip to content

ANDROID-15138 Search Input in compose #651

ANDROID-15138 Search Input in compose

ANDROID-15138 Search Input in compose #651

Workflow file for this run

name: Links checker
on:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.NOVUM_PRIVATE_REPOS}}