Skip to content

Upgrade to 2.9.1 (#308) #1181

Upgrade to 2.9.1 (#308)

Upgrade to 2.9.1 (#308) #1181

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