Skip to content

Commit

Permalink
Merge pull request #11 from multiversx/master-step1-merge
Browse files Browse the repository at this point in the history
Master step1 merge
  • Loading branch information
ccorcoveanu authored Aug 7, 2024
2 parents ac6e6a1 + fa79ad3 commit 8ef15a2
Show file tree
Hide file tree
Showing 2,411 changed files with 154 additions and 33,452 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: CI

on:
push:
branches: [ master, step-* ]
pull_request:
branches: [ master, step-* ]
workflow_dispatch:

permissions:
actions: write
checks: write
contents: write
id-token: write
issues: write
discussions: write
pull-requests: write
statuses: write

jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
rust-toolchain: stable
coverage-args: --ignore-filename-regex='/.cargo/git' --output ./coverage.md
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

13 changes: 13 additions & 0 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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: v8.0.0
Loading

0 comments on commit 8ef15a2

Please sign in to comment.