Skip to content

refactor: create HexUInt32 class (#1776) #940

refactor: create HexUInt32 class (#1776)

refactor: create HexUInt32 class (#1776) #940

Workflow file for this run

name: Main CI
on:
push:
branches:
- 'main'
- 'main-*'
- 'supported-*'
- 'feature-*'
jobs:
install-build:
uses: ./.github/workflows/build-lint.yml
secrets: inherit
unit-integration-test:
uses: ./.github/workflows/unit-integration-test.yml
secrets: inherit
unit-integration-test-browser:
uses: ./.github/workflows/unit-integration-test-browser.yml
secrets: inherit