Skip to content

Commit

Permalink
Add workflow file, Cargo.lock of workspace etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Dec 28, 2023
1 parent 3110daa commit 472bb94
Show file tree
Hide file tree
Showing 3 changed files with 694 additions and 12 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: On pull request, build contracts

on:
pull_request:

permissions:
contents: write

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
image_tag: v4.2.1
package_whole_project_src: true
skip_preliminary_checks: true
Loading

0 comments on commit 472bb94

Please sign in to comment.