Skip to content

test not working idk why #4

test not working idk why

test not working idk why #4

Workflow file for this run

on:
pull_request:
branches:
- main
push:
branches:
- main
name: Build
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
- name: Check cairo format
run: scarb fmt --check
- name: Build cairo programs
run: scarb build