Skip to content

Commit

Permalink
fix: use no_std workflow (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Sep 7, 2024
1 parent d807081 commit 1c0c8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/no_std.yml

This file was deleted.

2 changes: 2 additions & 0 deletions scripts/check_no_std.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
set -eo pipefail

no_std_packages=(
op-alloy-consensus
op-alloy-protocol
)

for package in "${no_std_packages[@]}"; do
Expand Down

0 comments on commit 1c0c8ba

Please sign in to comment.