Skip to content

Update vec![0u8; 150] -> [0u8; 150] to make linter happy. #32

Update vec![0u8; 150] -> [0u8; 150] to make linter happy.

Update vec![0u8; 150] -> [0u8; 150] to make linter happy. #32

Workflow file for this run

name: Spell checker
on: [push, pull_request]
jobs:
typos:
name: Spell Check with typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master