comchan 0.3.2

A Blazingly Fast and Minimal Serial Monitor for Embedded Applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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