Skip to content

fix: use snakeCase interface #102

fix: use snakeCase interface

fix: use snakeCase interface #102

Workflow file for this run

name: CI Tests
on: [push, pull_request, pull_request_target]
env:
SCARB_VERSION: 0.7.0
jobs:
scarb-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install scarb
run: |
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh -s -- -v $SCARB_VERSION
- name: Install project dependencies
run: scarb fetch
- name: Compile smart contracts
run: scarb build
- name: Run scarb tests
run: scarb test -p naming