Skip to content

Fix typo in warning message #112

Fix typo in warning message

Fix typo in warning message #112

Workflow file for this run

# This is a format job. Pre-commit has a first-party GitHub action, so we use
# that: https://github.com/pre-commit/action
name: Formatting (pre-commit)
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install clang-format-12
run: sudo apt-get install clang-format-12
- uses: pre-commit/action@v3.0.0