Skip to content

feat/#4 Pass pixel position instead of (x, y) #26

feat/#4 Pass pixel position instead of (x, y)

feat/#4 Pass pixel position instead of (x, y) #26

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
working-directory: onchain
- run: scarb build
working-directory: onchain