Skip to content

feat: add trunk to ssj #954

feat: add trunk to ssj

feat: add trunk to ssj #954

Workflow file for this run

name: CI
permissions: read-all
on: [pull_request]
jobs:
tests:
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 build
- run: scarb test