Skip to content

Merge pull request #97 from zkLinkProtocol/optmize_steps #101

Merge pull request #97 from zkLinkProtocol/optmize_steps

Merge pull request #97 from zkLinkProtocol/optmize_steps #101

Workflow file for this run

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