Skip to content

feat: allow for DidMethod with partitioned namespace (#75) #14

feat: allow for DidMethod with partitioned namespace (#75)

feat: allow for DidMethod with partitioned namespace (#75) #14

name: Format, Lint, Test
on:
push:
branches: ["dev"]
pull_request:
branches: ["dev"]
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