Skip to content

feat: Revise LNMP architecture documentation for enhanced clarity and… #133

feat: Revise LNMP architecture documentation for enhanced clarity and…

feat: Revise LNMP architecture documentation for enhanced clarity and… #133

Workflow file for this run

name: LNMP Conformance
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
permissions:
contents: read
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- name: Cache cargo registry
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run conformance suite
run: |
chmod +x scripts/run-conformance.sh
scripts/run-conformance.sh