Skip to content

Report steps instead of gas in integration tests (#316) #1196

Report steps instead of gas in integration tests (#316)

Report steps instead of gas in integration tests (#316) #1196

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.9.1"
- run: scarb --version
- run: scarb fmt --check
- run: scarb build