Skip to content

Commit

Permalink
Include new examples in examples job
Browse files Browse the repository at this point in the history
  • Loading branch information
acuarica committed Jan 6, 2024
1 parent ff034d7 commit 3ebe59f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,13 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn make:4byte
- run: yarn compile
- run: node examples/Compound.mjs
- run: node examples/USDC.mjs
- run: examples/Decode-Bytecode-into-Opcodes.mjs
- run: examples/Decompile-a-Contract.mjs
- run: examples/Detect-Functions-Events-ERCs.mjs
- run: examples/Extract-Contract-Metadata.mjs
- run: examples/Simple-Hook.mjs
- run: examples/Use-with-Import.mjs
- run: examples/Use-with-Require.js

bin:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ebe59f

Please sign in to comment.