Skip to content

YT-CPPAP-8: Fix typos and rename some elements #64

YT-CPPAP-8: Fix typos and rename some elements

YT-CPPAP-8: Fix typos and rename some elements #64

Workflow file for this run

name: format
on:
push:
branches:
- '*'
jobs:
build:
name: Test code formatting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
shell: bash
run: |
sudo bash ./scripts/env/install_clang17_toolchain.sh
continue-on-error: false
- name: Test formatting
shell: bash
run: |
bash ./scripts/format/unix.sh --check