Skip to content

switch code cov

switch code cov #3182

Workflow file for this run

name: Lint
on: [push]
jobs:
clang-tidy:
strategy:
matrix:
host: [ubuntu-24.04] # latest
runs-on: ${{ matrix.host }}
steps:
- name: Checkout Sources
uses: actions/checkout@v4
- 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