Skip to content

feat: collect application metrics #392

feat: collect application metrics

feat: collect application metrics #392

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