Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbrs committed Nov 17, 2023
1 parent 74e5d9a commit 347a710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
mod arrayExample {
#[storage]
struct Storage {}
// Trigger ci


#[external(v0)]
Expand Down
2 changes: 1 addition & 1 deletion scripts/cairo_programs_verifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ has_errors=false

# function to list modified cairo files
list_modified_cairo_files() {
git diff --name-only master...HEAD -- listings | grep -E 'listings/ch.*/*.cairo$'
git diff --name-only main...HEAD -- listings | grep -E 'listings/ch.*/*.cairo$'
}

echo "printing modified files"
Expand Down

0 comments on commit 347a710

Please sign in to comment.