Skip to content

[v2.1.x] prov/psm3: update provider to sync with IEFS 12.0.0.0.36 #5358

[v2.1.x] prov/psm3: update provider to sync with IEFS 12.0.0.0.36

[v2.1.x] prov/psm3: update provider to sync with IEFS 12.0.0.0.36 #5358

name: clang-format Check
on: [push, pull_request]
permissions:
contents: read
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'prov/sm2'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@d05cecd4a1a5b7e64c22f5a468456135a43f13f6 # v4.14.0
with:
clang-format-version: '15'
check-path: ${{ matrix.path }}