Skip to content

PCIe 3.0 (x8 lanes) support for ADRV9009ZU11EG/ADRV2CRR_FMC #562

PCIe 3.0 (x8 lanes) support for ADRV9009ZU11EG/ADRV2CRR_FMC

PCIe 3.0 (x8 lanes) support for ADRV9009ZU11EG/ADRV2CRR_FMC #562

##############################################################################
## Copyright (C) 2022-2023, 2025 Analog Devices, Inc. All rights reserved.
#
## GitHub action script for the check_for_missing_readme_md.sh script located
## in .github/scripts
##############################################################################
name: README checker
on:
pull_request:
branches:
- main
paths:
- 'projects/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Check for README.md files
run: |
bash ./.github/scripts/check_readme.sh