We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081a33f commit bcbfbfbCopy full SHA for bcbfbfb
.github/workflows/consistency.yml
@@ -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
remappings.txt
@@ -1,2 +1 @@
forge-std/=lib/forge-std/src/
-solady/=lib/solady/src/
0 commit comments