Skip to content

Update dependencies and fix code formatting #17

Update dependencies and fix code formatting

Update dependencies and fix code formatting #17

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.5.4"
- name: Cairo lint
run: scarb fmt --check
- name: Cairo build
run: scarb build