Skip to content

rename deploy tba to create tba #43

rename deploy tba to create tba

rename deploy tba to create tba #43

Workflow file for this run

name: Cairo CI
on: [push, pull_request]
permissions: read-all
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Step 1 - Check out main branch
uses: actions/checkout@v3
- name: Step 2 - Getting scarb
uses: software-mansion/setup-scarb@v1.3.2
- name: Step 3 - Checking format
run: scarb fmt --check
build:
runs-on: ubuntu-latest
steps:
- name: Step 1 - Check out main branch
uses: actions/checkout@v3
- name: Step 2 - Getting scarb
uses: software-mansion/setup-scarb@v1.3.2
- name: Step 3 - Building
run: scarb build
tests:
runs-on: ubuntu-latest
steps:
- name: Step 1 - Check out main branch
uses: actions/checkout@v3
- name: Step 2 - Getting scarb
uses: software-mansion/setup-scarb@v1.3.2
- name: Step 3 - Setting up snfoundry
uses: foundry-rs/setup-snfoundry@v3
- name: Step 4 - Running tests
run: scarb test