Skip to content

Merge pull request #23 from BibliothecaDAO/velords-test-fix #75

Merge pull request #23 from BibliothecaDAO/velords-test-fix

Merge pull request #23 from BibliothecaDAO/velords-test-fix #75

Workflow file for this run

name: VeLords Contracts Workflow
on:
push:
branches:
- main
pull_request: {}
jobs:
check-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
tool-versions: veLords/.tool-versions
- run: cd veLords && scarb fmt --check
check-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
tool-versions: veLords/.tool-versions
- run: cd veLords && scarb build
check-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
tool-versions: veLords/.tool-versions
- uses: foundry-rs/setup-snfoundry@v3
with:
tool-versions: veLords/.tool-versions
- run: cd veLords && snforge test