Skip to content

test erc721_uri_collateral + fixes #75

test erc721_uri_collateral + fixes

test erc721_uri_collateral + fixes #75

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