Skip to content

feat(ns_data): introduce safe dynamic arrays (ns_vec) #15

feat(ns_data): introduce safe dynamic arrays (ns_vec)

feat(ns_data): introduce safe dynamic arrays (ns_vec) #15

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- name: Linting using clippy
run: cargo clippy --workspace --all-targets --all-features -- -D warnings