Skip to content

[#92] Add tests for all emitted events in the follownft.cairo contract #295

[#92] Add tests for all emitted events in the follownft.cairo contract

[#92] Add tests for all emitted events in the follownft.cairo contract #295

name: Build
on: [push, pull_request]
permissions: read-all
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
- name: Check cairo format
run: scarb fmt --check
- name: Build cairo programs
run: scarb build