Skip to content

perf: refactor modular add #16

perf: refactor modular add

perf: refactor modular add #16

Workflow file for this run

name: cairo
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
cairo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.8.4"
- run: scarb fmt --check
- run: scarb build
- run: scarb test