Skip to content

Merge pull request #25 from BibliothecaDAO/deploy-velords #81

Merge pull request #25 from BibliothecaDAO/deploy-velords

Merge pull request #25 from BibliothecaDAO/deploy-velords #81

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