Skip to content

Fix:Get_Webconfig_URL,Get_Supplementary_URL memory leak #100

Fix:Get_Webconfig_URL,Get_Supplementary_URL memory leak

Fix:Get_Webconfig_URL,Get_Supplementary_URL memory leak #100

Workflow file for this run

# SPDX-FileCopyrightText: 2021 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
name: Clang-format Lint Check
on:
pull_request:
push:
tags-ignore:
- 'v[0-9]+.[0-9]+.[0-9]+'
branches:
- main
jobs:
build:
runs-on: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './subprojects'
extensions: 'h,c'
clangFormatVersion: 12
inplace: True