Skip to content

fix: remove specific scarb version from CI (read from .tool-versions) #111

fix: remove specific scarb version from CI (read from .tool-versions)

fix: remove specific scarb version from CI (read from .tool-versions) #111

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
- run: scarb fmt --check
- run: scarb build
- run: scarb test