Skip to content

Commit

Permalink
chore: Deploy Verax v6 on Linea (#430)
Browse files Browse the repository at this point in the history
Co-authored-by: ollie <67156692+0xEillo@users.noreply.github.com>
  • Loading branch information
alainncls and 0xEillo authored Nov 27, 2023
1 parent 24ff48f commit a9bf0f5
Show file tree
Hide file tree
Showing 6 changed files with 1,669 additions and 68 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/smart-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,11 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0

- id: check-changes
run: |
if git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '^contracts/'; then
if [ -n "$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} | grep '^contracts/')" ]; then
echo "::set-output name=changed::true"
else
echo "::set-output name=changed::false"
Expand Down
Loading

0 comments on commit a9bf0f5

Please sign in to comment.