Skip to content

Added ProfileV2 with possibility to set initial operator fee on profile creation, added limit for the Sharding Table size #254

Added ProfileV2 with possibility to set initial operator fee on profile creation, added limit for the Sharding Table size

Added ProfileV2 with possibility to set initial operator fee on profile creation, added limit for the Sharding Table size #254

Workflow file for this run

name: checks
on:
pull_request:
branches:
- main
concurrency:
group: checks-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Run Solidity and Typescript linters
run: npm run lint
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Run Solidity and Typescript formatters
run: npm run format
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Run tests
run: npm run test:parallel