Skip to content

Implements decode for vm hex output and fix encode negative big int #106

Implements decode for vm hex output and fix encode negative big int

Implements decode for vm hex output and fix encode negative big int #106

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- develop
- master
push:
branches:
- develop
- master
jobs:
ensure-code:
uses: klever-io/workflow-calls/.github/workflows/go-ci.yaml@master

Check failure on line 15 in .github/workflows/pull-request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yaml" -> "klever-io/workflow-calls/.github/workflows/go-ci.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
sonar_check_gate_active: false
secrets:
sonar_host_url: ${{ secrets.SONAR_HOST_URL }}
sonar_token: ${{ secrets.SONAR_TOKEN }}
twingate_sa: ${{ secrets.TWINGATE_SERVICE_ACCOUNT }}