Skip to content

templates/plugins: handleOpcodeInvocation should be public #46

templates/plugins: handleOpcodeInvocation should be public

templates/plugins: handleOpcodeInvocation should be public #46

Workflow file for this run

name: Check code style and run tests
on: [pull_request]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run tests
run: |
./test.sh
- run: echo "🍏 This job's status is ${{ job.status }}."