Skip to content

Error handling

Error handling #422

Workflow file for this run

name: Tests
on:
merge_group:
push:
branches: [ main ]
pull_request:
branches: [ '*' ]
jobs:
check:
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