Skip to content

feat: fetch, get_base_storage_address at StorageMap #171

feat: fetch, get_base_storage_address at StorageMap

feat: fetch, get_base_storage_address at StorageMap #171

Workflow file for this run

name: Lint and test
on:
pull_request:
branches:
- dev
- master
push:
branches:
- dev
- master
jobs:
lint_and_test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Extract scarb version
run: |
SCARB_VERSION=$(grep 'scarb-version = ' Scarb.toml | sed 's/scarb-version = "\(.*\)"/\1/')
echo "SCARB_VERSION=$SCARB_VERSION" >> $GITHUB_ENV
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: ${{ env.SCARB_VERSION }}
- name: Cairo lint
run: scarb fmt --check
- uses: foundry-rs/setup-snfoundry@v3
- name: Cairo test
run: scarb test