Skip to content

Feat: token erc721 uristorage #67

Feat: token erc721 uristorage

Feat: token erc721 uristorage #67

Workflow file for this run

name: Format and Build
on:
push:
branches:
- feat-token-extensions
pull_request:
branches:
- feat-token-extensions
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.5"
- run: cd cairo && scarb fmt --check
- run: cd cairo && scarb build