Skip to content

add label requirement for CI #11

add label requirement for CI

add label requirement for CI #11

Workflow file for this run

name: Clang-Format Check
on:
pull_request:
branches:
- master
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request'}}
permissions:
contents: read
jobs:
clang-format-check:
if: ${{ github.event.label.name == 'Status: Ready to test' }}

Check failure on line 17 in .github/workflows/clang-format.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/clang-format.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 30
- name: Run Clang-Format
uses: jidicula/[email protected]
with:
clang-format-version: '16'
exclude-regex: 'contrib/catch/.*'