Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Add ethers.js adapter support #11

Add ethers.js adapter support

Add ethers.js adapter support #11

name: "CodeOwners Enforcement"
on:
pull_request:
jobs:
enforce-codeowners:
name: "Enforce"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pull-requests: write
steps:
- name: CODEOWNERS Sanity Check
uses: smartcontractkit/.github/actions/codeowners-sanity-check@codeowners-sanity-check/v1
env:
GITHUB_TOKEN: ${{ github.token }}