Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Sep 26, 2023
1 parent 8e8fd3e commit 318d054
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 706 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
with:
cache: pnpm
node-version: latest
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: forge install
- run: pnpm install
- run: pnpm wagmi generate
- run: pnpm build
- name: Lint
run: pnpm lint
Expand All @@ -46,13 +39,6 @@ jobs:
with:
cache: pnpm
node-version: latest
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: forge install
- run: pnpm install
- run: pnpm wagmi generate
- run: pnpm build
- name: Typecheck
run: pnpm typecheck
Expand All @@ -69,13 +55,7 @@ jobs:
with:
cache: pnpm
node-version: latest
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: forge install
- run: pnpm install
- run: pnpm wagmi generate
- name: Build
run: pnpm build

Expand All @@ -91,12 +71,6 @@ jobs:
with:
cache: pnpm
node-version: latest
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: forge install
- run: pnpm install
- run: pnpm wagmi generate
- name: Run tests
run: pnpm test:ci
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.2.2",
"@wagmi/cli": "^1.5.1",
"husky": "^8.0.3"
}
}
1 change: 0 additions & 1 deletion packages/panoptic-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"devDependencies": {
"@biomejs/biome": "^1.2.2",
"@viem/anvil": "^0.0.6",
"@wagmi/cli": "^1.5.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"viem": "^1.12.2",
Expand Down
Loading

0 comments on commit 318d054

Please sign in to comment.