Skip to content

Bump github/codeql-action from 2 to 3 #93

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #93

# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# SPDX-FileCopyrightText: Copyright 2022 Micron Technology, Inc.
name: ClangFormat
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "**.c"
- "**.h"
- .github/workflows/clang-format.yaml
concurrency:
group: ${{ github.workflow }}-ignore-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- run: |
echo "Skipping ${{ github.workflow }}/${{ github.job }}"