Skip to content

Merge pull request #9 from xt0x/feat/cli-bip39-commands #18

Merge pull request #9 from xt0x/feat/cli-bip39-commands

Merge pull request #9 from xt0x/feat/cli-bip39-commands #18

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