Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Bump robotframework-appiumlibrary from 1.6.4 to 2.1.0 #227

Bump robotframework-appiumlibrary from 1.6.4 to 2.1.0

Bump robotframework-appiumlibrary from 1.6.4 to 2.1.0 #227

name: Broken Links Crawler
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lc
uses: peter-evans/link-checker@v1
with:
args: --exclude github.com -v -r *
- name: Fail if there were link errors
run: exit ${{ steps.lc.outputs.exit_code }}