Skip to content

Remove deprecation warning when extracting values from an array #322

Remove deprecation warning when extracting values from an array

Remove deprecation warning when extracting values from an array #322

Workflow file for this run

name: Link check
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.0
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}