Skip to content

docs: add documentation page for DID Methods #518

docs: add documentation page for DID Methods

docs: add documentation page for DID Methods #518

name: Format, Lint, Test
on:
pull_request:
branches:
- main
- next
- beta
- alpha
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Format
run: cargo fmt --all -- --check
- name: Lint
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Test
run: cargo test --workspace