Skip to content

nothing is working anymore ffs #7

nothing is working anymore ffs

nothing is working anymore ffs #7

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