Skip to content

Change dryRun variable to false, make mac_address field optional on application network answerfile section #156

Change dryRun variable to false, make mac_address field optional on application network answerfile section

Change dryRun variable to false, make mac_address field optional on application network answerfile section #156

name: clang-format check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: 'src'