Skip to content

feat(world): add support for composite keys in KeysWithValue module #70

feat(world): add support for composite keys in KeysWithValue module

feat(world): add support for composite keys in KeysWithValue module #70

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Build
uses: ./.github/actions/build
- name: Run tests
run: pnpm test
- name: Generate gas reports
run: pnpm gas-report
- name: Outdated files, run `pnpm gas-report` and commit them
uses: ./.github/actions/require-empty-diff
- name: Lint
run: pnpm lint
- name: Sort package.json
run: pnpm sort-package-json
- name: Outdated files, run `sort-package-json` and commit them
uses: ./.github/actions/require-empty-diff