Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Sep 22, 2023
1 parent b449ee4 commit ff48715
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

on:
push:
branches:
- master
pull_request:

permissions:
checks: write
pull-requests: write

jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
rust-toolchain: nightly-2023-08-08
vmtools-version: v1.4.60
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ff48715

Please sign in to comment.