Skip to content

feat: Implement OP_NOP1, OP_NOP4-OP_NOP10 opcodes (#121) #263

feat: Implement OP_NOP1, OP_NOP4-OP_NOP10 opcodes (#121)

feat: Implement OP_NOP1, OP_NOP4-OP_NOP10 opcodes (#121) #263

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- run: scarb fmt --check
- run: scarb build