Skip to content

Fix typos

Fix typos #29

Workflow file for this run

name: main
on: [push, pull_request]
jobs:
vcam:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/[email protected]
- name: make
run: make
shell: bash
coding-style:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: coding convention
run: |
sudo apt-get install -q -y clang-format-12
sh .ci/check-format.sh
shell: bash