Skip to content

Add XRPL tx finality check. #233

Add XRPL tx finality check.

Add XRPL tx finality check. #233

Workflow file for this run

name: contract-ci
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint contract
run: make lint-contract
- name: Build contract
run: make build-contract
- name: Run tests
run: make test-contract