Skip to content

chore: add CI/CD basics for Cairo and Solidity contracts #3

chore: add CI/CD basics for Cairo and Solidity contracts

chore: add CI/CD basics for Cairo and Solidity contracts #3

Workflow file for this run

name: Tests-ETH
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# - uses: software-mansion/setup-scarb@v1
# with:
# scarb-version: "0.7.0"
# - run: scarb fmt --check
# - run: scarb test