noalloc-vec-rs 0.1.2

A no-allocation vector implementation for environment without memory allocation.
Documentation
name: Continuous Integration - GitHub Actions

on:
  push:
    paths:
      - ".github/workflows/**/*.yml"
      - ".github/workflows/**/*.yaml"
  pull_request:
    paths:
      - ".github/workflows/**/*.yml"
      - ".github/workflows/**/*.yaml"
  workflow_dispatch:

# Do not include a 'concurrency' block, the one used will come from the callee workflow

jobs:
  static-analysis:
    uses: jaudiger/reusable-workflows/.github/workflows/github-actions.yml@a726b827a64dfa2fcb36519c71ec4c80ae3f1659
    secrets: inherit