Skip to content

Commit

Permalink
chore: migrate to pnpm and fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Jan 26, 2024
1 parent 1fc7de7 commit e13000e
Show file tree
Hide file tree
Showing 8 changed files with 597 additions and 678 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/exploit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ jobs:
with:
version: nightly

- name: Run forge build
- name: Display tool versions
run: |
forge --version
forge build --sizes
huffc --version
- name: Build contracts
run: pnpm run build
id: build

- name: Run forge tests (exploits)
run: forge test -vvv --no-match-contract CollatzPuzzle # TODO: Fix the failing test.
- name: Run exploits
run: pnpm run exploits
id: test
43 changes: 0 additions & 43 deletions Makefile

This file was deleted.

Loading

0 comments on commit e13000e

Please sign in to comment.