Skip to content

Commit

Permalink
Merge pull request #62 from ava-labs/show-diff-files
Browse files Browse the repository at this point in the history
Show changed files in ABI bindings check
  • Loading branch information
michaelkaplan13 authored Oct 18, 2023
2 parents ca234c6 + de0fb63 commit 1e7d148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/abi_go_bindings_checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ABI Go Bindings Checker

on:
push:
branches:
- main
pull_request:
branches:
- "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_clean_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ set -o pipefail
# Checks to see if merges or updates are needed by checking stat() information.
git update-index --refresh > /dev/null
# Checks to see if there are any differences from the index to the current HEAD commit
git diff-index --quiet HEAD
git diff-index HEAD --exit-code

0 comments on commit 1e7d148

Please sign in to comment.