Skip to content

framework update to 0.52.3 #8

framework update to 0.52.3

framework update to 0.52.3 #8

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
checks: write
pull-requests: write
jobs:
contracts:
name: Contracts
uses: ElrondNetwork/elrond-actions/.github/workflows/contracts.yml@v1

Check failure on line 16 in .github/workflows/actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/actions.yml

Invalid workflow file

error parsing called workflow ".github/workflows/actions.yml" -> "ElrondNetwork/elrond-actions/.github/workflows/contracts.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
rust-toolchain: nightly-2022-03-01
vmtools-version: v1.4.43
extra-build-args: --ignore-eei-checks
secrets:
token: ${{ secrets.GITHUB_TOKEN }}