Skip to content

Merge branch 'main' into feat/oods #139

Merge branch 'main' into feat/oods

Merge branch 'main' into feat/oods #139

Workflow file for this run

name: CI
on:
push:
merge_group:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
- run: scarb fmt --check
- run: scarb test