Skip to content

Remove alexandria in favor of core::keccak::compute_keccak_byte_array #152

Remove alexandria in favor of core::keccak::compute_keccak_byte_array

Remove alexandria in favor of core::keccak::compute_keccak_byte_array #152

Workflow file for this run

name: Format and Build
on:
push:
merge_group:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: '2.7.0'
- run: scarb fmt --check
- run: scarb build