Skip to content

chore(runway): cherry-pick fix: Add missing allowedAction NetworkController:findNetworkClientIdByChainId to transactionController #257

chore(runway): cherry-pick fix: Add missing allowedAction NetworkController:findNetworkClientIdByChainId to transactionController

chore(runway): cherry-pick fix: Add missing allowedAction NetworkController:findNetworkClientIdByChainId to transactionController #257

name: Check Attributions
on:
push:
branches: release/*
pull_request:
branches: release/*
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
check-attributions:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies from cache
run: yarn --immutable
- name: Check attributions changes
run: yarn test:attribution-check