Skip to content

Added proper platform fallback, a sanity test, and some documentation. #2356

Added proper platform fallback, a sanity test, and some documentation.

Added proper platform fallback, a sanity test, and some documentation. #2356

Workflow file for this run

name: Lint
on: [push]
jobs:
clang-tidy:
strategy:
matrix:
host: [ubuntu-22.04] # latest
runs-on: ${{ matrix.host }}
steps:
- name: Checkout Sources
uses: actions/checkout@v3
- name: clang-tidy lint
run: |
python3 -c "from urllib.request import urlretrieve; urlretrieve('https://d19elf31gohf1l.cloudfront.net/LATEST/builder.pyz?run=${{ env.RUN }}', 'builder')"
chmod a+x builder
./builder clang-tidy --project=aws-c-common