Skip to content

Commit

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


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

# function to list modified cairo files
list_modified_cairo_files() {
merge_base=$(git merge-base main HEAD)
git diff --name-only "$merge_base" 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 48af87f

Please sign in to comment.