Skip to content

Tutorial 3 mem cap. Problem with s3k full sync #239

Tutorial 3 mem cap. Problem with s3k full sync

Tutorial 3 mem cap. Problem with s3k full sync #239

Workflow file for this run

name: Clang Format Checker
on: [push]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt install clang-format
- run: clang-format --dry-run --Werror $(find -wholename "*.[ch]" -not -path '*/.*')