Skip to content

Update Irys docs to use the latest version of Irys's tooling #2154

Update Irys docs to use the latest version of Irys's tooling

Update Irys docs to use the latest version of Irys's tooling #2154

Workflow file for this run

---
name: Check file name case
on:
pull_request:
branches:
- main
jobs:
case:
name: Check for case being inconsistent
runs-on: ubuntu-latest
strategy:
matrix:
folder: ["docs"]
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Case check action
uses: Consensys/docs-gha/case@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOC_DIR: ${{ matrix.folder }}