Skip to content

Bunch of small changes #23

Bunch of small changes

Bunch of small changes #23

Workflow file for this run

name: Sync 4byte Signatures
on:
push:
branches:
- master
pull_request:
types:
- closed
jobs:
sync-signatures:
name: '4byte Sync'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'yarn'
- run: yarn install --immutable
- run: yarn compile
- run: yarn run:4bytes
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 4bytes-syncced.json
commit_options: '--no-verify --signoff'
file_pattern: 'scripts/4bytes-syncced.json'