Skip to content

C4 Mitigations - 2024-07 #381

C4 Mitigations - 2024-07

C4 Mitigations - 2024-07 #381

Workflow file for this run

name: Sync 4byte Signatures
on:
push:
branches:
- master
- main
pull_request:
types:
- closed
jobs:
sync-signatures:
name: '4byte Sync'
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run:4byte