Skip to content

🚨 fix Scarb linting #66

🚨 fix Scarb linting

🚨 fix Scarb linting #66

Workflow file for this run

name: Scarb Test
on:
push:
pull_request:
jobs:
test:
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
- run: scarb test