Skip to content

Tighten TODO check to all directories (#6177) #17931

Tighten TODO check to all directories (#6177)

Tighten TODO check to all directories (#6177) #17931

Workflow file for this run

name: "Format and License Checks"
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions: read-all
jobs:
checks:
runs-on: ubuntu-latest
container: ccfmsrc.azurecr.io/ccf/ci:2024-04-25-virtual-clang15
steps:
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout repository
uses: actions/checkout@v4
- run: ./scripts/ci-checks.sh