Skip to content

docs(data_structures): Add vectors and hashmaps #17

docs(data_structures): Add vectors and hashmaps

docs(data_structures): Add vectors and hashmaps #17

Workflow file for this run

name: Check for typos
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
typos-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v6.0.2
- name: Run typos checker
uses: crate-ci/typos@master