Skip to content

Add https://linea-mainnet.infura.io/v3/cae1536bcf8c4f268c37c253e6b9f625cURL command to fetch Ethereum block number #3135

Add https://linea-mainnet.infura.io/v3/cae1536bcf8c4f268c37c253e6b9f625cURL command to fetch Ethereum block number

Add https://linea-mainnet.infura.io/v3/cae1536bcf8c4f268c37c253e6b9f625cURL command to fetch Ethereum block number #3135

---
name: Check file name case
on:
pull_request:
branches:
- main
jobs:
case:
name: Check for licenses not being allowed
runs-on: ubuntu-latest
strategy:
matrix:
folder: ["docs"]
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- name: Dependency review
uses: ConsenSys/github-actions/js-dependency-review@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}