Skip to content

Implement MnemonicFlow and classes for mnemonic processing #15

Implement MnemonicFlow and classes for mnemonic processing

Implement MnemonicFlow and classes for mnemonic processing #15

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
verify:
name: Lint, build, and test
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Temurin JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '17'
cache: maven
- name: Run lint, build, and tests
run: make verify