Skip to content

Commit bcbfbfb

Browse files
committed
chore: remove solady
1 parent 081a33f commit bcbfbfb

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/workflows/consistency.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: OpenVM Repo Consistency Check
2+
3+
on:
4+
workflow_dispatch:
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
8+
cancel-in-progress: true
9+
10+
jobs:
11+
checks:
12+
runs-on:
13+
- runs-on=${{ github.run_id }}
14+
- family=m7a.24xlarge
15+
- disk=large

lib/solady

Lines changed: 0 additions & 1 deletion
This file was deleted.

remappings.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
forge-std/=lib/forge-std/src/
2-
solady/=lib/solady/src/

0 commit comments

Comments
 (0)