Skip to content

Commit

Permalink
fix(ci): remove reference to compat
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Nov 13, 2024
1 parent 698413b commit 7c426d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- # Rust lint related checks
--- # Rust lint related checks

Check warning on line 1 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / yamllint-check

1:5 [comments] too few spaces before comment

name: lint

Expand Down Expand Up @@ -47,7 +47,6 @@ jobs:
- run: >
RUSTDOCFLAGS='-D warnings -A rustdoc::private_intra_doc_links' cargo doc --no-deps --document-private-items
--package trace_decoder
--package compat
--package smt_trie
--package zk_evm_proc_macro
--package zk_evm_common
Expand Down

0 comments on commit 7c426d2

Please sign in to comment.