Skip to content

Bulk-reformat C++ files with clang-format #1

Bulk-reformat C++ files with clang-format

Bulk-reformat C++ files with clang-format #1

Workflow file for this run

name: Code Checks
on:
push:
paths-ignore:
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'
permissions:
contents: read
jobs:
pre-commit checks:

Check failure on line 16 in .github/workflows/code_checks.yml

View workflow run for this annotation

GitHub Actions / Code Checks

Invalid workflow file

The workflow is not valid. .github/workflows/code_checks.yml (Line: 16, Col: 3): The identifier 'pre-commit checks' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0