Skip to content

ANDROID-14792 Support Checkbox with Links for Compose implementation #758

ANDROID-14792 Support Checkbox with Links for Compose implementation

ANDROID-14792 Support Checkbox with Links for Compose implementation #758

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}}