Skip to content

AA-382: Emit system-level events for RIP-7560 transactions #21

AA-382: Emit system-level events for RIP-7560 transactions

AA-382: Emit system-level events for RIP-7560 transactions #21

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
pull_request:
types: [opened, reopened, synchronize]
env:
FORCE_COLORS: 1
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: '18'
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
- run: yarn install
- run: yarn run ci