Skip to content

allow keccak* output between 0 and 32 bytes #15

allow keccak* output between 0 and 32 bytes

allow keccak* output between 0 and 32 bytes #15

Workflow file for this run

#
name: Build and Run arka Docker Image
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
env:
IMAGE_NAME: arka
steps:
- uses: actions/checkout@v3
- name: Build Docker Image
run: docker build -t $IMAGE_NAME:latest .
- name: Run Docker Image
run: docker run --rm $IMAGE_NAME:latest