Skip to content

Bump actions/checkout from 3 to 4 #529

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #529

# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# SPDX-FileCopyrightText: Copyright 2022 Micron Technology, Inc.
name: clang-tidy
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
- "v[0-9]+.[0-9]+"
paths-ignore:
- "**.c"
- "**.h"
- "**.h.in"
- .clang-tidy
- .github/workflows/clang-tidy.yaml
- scripts/dev/clang-tidy.sh
concurrency:
group: ${{ github.workflow }}-ignore-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
clang-tidy:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
buildtype: [debug, release]
steps:
- run: |
echo "Skipping ${{ github.workflow }}/${{ github.job }}/${{ matrix.buildtype }}"